Qt 6.11 is out! See what's new in the release
blog
QtCreator fails to keep the selected android permissions
Qt Creator and other tools
1
Posts
1
Posters
1.3k
Views
1
Watching
-
QtCreator Version 2.5.83
happens in ….
*Project >> Necessitas Qt 4.8.2 for Android armv7a2 >> Run >> Package configurations >> Permissions *For example placing the bellow permissions …
android.permission.ACCESS_NETWORK_STATE android.permission.WRITE_EXTERNAL_STORAGE android.permission.ACCESS_WIFI_STATE android.permission.CHANGE_WIFI_MULTICAST_STATE android.permission.INTERNETalways removes the last line of
android.permission.INTERNET !!what can I do to keep all of them ?
or to bypass the problem? (maybe writting directly in the AndroidManifest.xml - what about the deploy package?)Thank you for any help!
Artemis