I would like to install in Android 11 an app realized with B4A last year.
When I install the app from apk, I receive a message like this: " This app was built for an older version of Android and may not work properly. Try checking for updates, or contact the developer."
so I set in manifest targetSdkVersion="29"
AddManifestText(<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="29"/> ... )
in this way I could install the app, the message disappears but the app can't run. a white screen appears and disappears suddenly
could someone help me please?
When I install the app from apk, I receive a message like this: " This app was built for an older version of Android and may not work properly. Try checking for updates, or contact the developer."
so I set in manifest targetSdkVersion="29"
AddManifestText(<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="29"/> ... )
in this way I could install the app, the message disappears but the app can't run. a white screen appears and disappears suddenly
could someone help me please?