Hi guys I hope someone can help me because I am going crazy with this.
I have developed an app, it's just a collection of webcams so basically a very simple app. What is happening is that I am not able to have it running properly on my smartphone and on my tablet (10" and 7").
I discovered that the problem is on the anydesity parameter in the manifest: if I set it to TRUE the app works properly on the tablets but on my smartphone the icons are super-small, if I set it to FALSE the app is OK on the smartphone but every time I try to open a webcam on the tablet it returns me a Runtime Error. So it's a bit strange because the I can run the app and I can navigate through the list of webcams, the error only comes when I try to open one of the webcam.
I have read a lot of documentation about this but I dont seem to find a way to definitely fix this issue. All my devices are running andorid 4.x so according to the documentation the anydesity parameter should be true by default.
Any clue?
Thanks!