dtrieb Member Jul 29, 2020 #1 Hello, i want to make my App ready for Android 11 (targetSdkVersion="30") There I have add to the Manifest <queries> <package android:name="de.xxx.xxx" /> </queries> Compile works but did I need a new android.jar because install is not possible ?
Hello, i want to make my App ready for Android 11 (targetSdkVersion="30") There I have add to the Manifest <queries> <package android:name="de.xxx.xxx" /> </queries> Compile works but did I need a new android.jar because install is not possible ?
Erel B4X founder Staff member Licensed User Longtime User Jul 29, 2020 #2 dtrieb said: i want to make my App ready for Android 11 (targetSdkVersion="30") Click to expand... Making your app ready for Android 11 has nothing to do with targetSdkVersion. android.jar / targetSdkVersion / minSdkVersion Upvote 0
dtrieb said: i want to make my App ready for Android 11 (targetSdkVersion="30") Click to expand... Making your app ready for Android 11 has nothing to do with targetSdkVersion. android.jar / targetSdkVersion / minSdkVersion