Hi! I've installed B4A v12.50, JDK 11.0.1 (from B4X site) and started a new Android app (B4XPages).
After alot of testing I got my simple app running, it only generates a value and shows dishes accordingly (food app).
I should add that my Xiaomi Redmi Note 11 Pro phone runs on Android 13. I've granted permission in B4A-Bridge for unknown apps.
I have to uninstall/reinstall B4A-Bridge to get the app installed in either debug or release mode, but it only installs once.
Everytime I compile it completes successfully in the IDE compile window but it doesn't update whenever I make changes=no install app questions!
Anyone else experienced this problem? I haven't used B4A in years! After about one minutes compile time in debug mode the bottom log window
disappears when the debug mode running process ends.
Noticed the same problem when compiling a Default app. No icon/app is created on my phone after compile is successful!!
Debug mode runs using Java 11.0.1 and Android.x but no notification to install/update, and app doesn't open automatically after compiation!
The compiled app doesn't appear when I uninstall it and compile it again in debug mode.
/Roger
Here's screenshots to help solve the problem
Debug mode
Release mode
Manifest (taken from an old post)
Even tested with Java 8 and Android 21 which no longer work to create a Default app!
After alot of testing I got my simple app running, it only generates a value and shows dishes accordingly (food app).
I should add that my Xiaomi Redmi Note 11 Pro phone runs on Android 13. I've granted permission in B4A-Bridge for unknown apps.
I have to uninstall/reinstall B4A-Bridge to get the app installed in either debug or release mode, but it only installs once.
Everytime I compile it completes successfully in the IDE compile window but it doesn't update whenever I make changes=no install app questions!
Anyone else experienced this problem? I haven't used B4A in years! After about one minutes compile time in debug mode the bottom log window
disappears when the debug mode running process ends.
Noticed the same problem when compiling a Default app. No icon/app is created on my phone after compile is successful!!
Debug mode runs using Java 11.0.1 and Android.x but no notification to install/update, and app doesn't open automatically after compiation!
The compiled app doesn't appear when I uninstall it and compile it again in debug mode.
/Roger
Here's screenshots to help solve the problem
Debug mode
Release mode
Manifest (taken from an old post)
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: http://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="33" />)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
Even tested with Java 8 and Android 21 which no longer work to create a Default app!
Last edited: