Hi Guys,
My friend tried to install my app's APK on his older tablet which is running Android 4.4, but when he clicks the APK nothing happens and it does not install. Yet the app installs and works fine on other phones that are running Android 9.
My manifest looks like this:
Project Attributes like this:
In my Paths configuration 'android.jar' = c:\B4A SDK Tools\platforms\android-28\android.jar
Any help here would be appreciated.
Regards,
Jacques.
My friend tried to install my app's APK on his older tablet which is running Android 4.4, but when he clicks the APK nothing happens and it does not install. Yet the app installs and works fine on other phones that are running Android 9.
My manifest looks like this:
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
CreateResourceFromFile(Macro, Themes.DarkTheme)
Project Attributes like this:
B4X:
#ApplicationLabel: Falcon Cloud
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: False
#AdditionalJar: jtds-1.3.1 'For SQL Database.
In my Paths configuration 'android.jar' = c:\B4A SDK Tools\platforms\android-28\android.jar
Any help here would be appreciated.
Regards,
Jacques.