C Carles Escudé Member Licensed User Longtime User Mar 3, 2016 #1 Hi! I need to set the minSdkVersion to 5 because I use a library that need it. I use a Samsung tablet and when I set the minSdkVersion to 5 appears this button. You can drag it for all the screen but I need to hide it. Is there an option to do it? Many thanks!
Hi! I need to set the minSdkVersion to 5 because I use a library that need it. I use a Samsung tablet and when I set the minSdkVersion to 5 appears this button. You can drag it for all the screen but I need to hide it. Is there an option to do it? Many thanks!
Erel B4X founder Staff member Licensed User Longtime User Mar 3, 2016 #2 Have you set the targetSdkVersion to 14? Upvote 0
C Carles Escudé Member Licensed User Longtime User Mar 3, 2016 #3 No. It was setted before but I need to remove it because I am using MSSQL library and with targetsdk=14 it don't works. Any solution? Thanks Upvote 0
No. It was setted before but I need to remove it because I am using MSSQL library and with targetsdk=14 it don't works. Any solution? Thanks
Erel B4X founder Staff member Licensed User Longtime User Mar 6, 2016 #4 The correct solution is to avoid using that library. Set the targetSdkVersion to 14 and use this workaround: https://www.b4x.com/android/forum/threads/44760/#content Upvote 0
The correct solution is to avoid using that library. Set the targetSdkVersion to 14 and use this workaround: https://www.b4x.com/android/forum/threads/44760/#content