I am having to reinstall B4A onto a new WIndows 10 laptop. I've installed OpenJDK11 at c:\java and I've installed Android SDK and required resources at c:\android. I installed B4A and the installation and setup went fine. However, my old laptop had a nice interface for SDK Mgr and AVD Mgr that...
Hi. I'm following a tutorial on getting B4A setup and working.
I've reached the point where I'm trying to connect B4A bridge. B4A seems properly installed & is the latest released version.
The Android device I'm trying to connect a a Samsung Galaxy S20 running Android 10 (latest updates...
I've been using the following code as suggested by Erel here: https://www.b4x.com/android/forum/threads/publishing-your-app-to-the-app-store.57528/
B4X:
#IF RELEASE
#ProvisionFile: xxxxxxxx_store.mobileprovision
#ELSE
#ProvisionFile: xxxxxxxx.mobileprovision
#END IF
I had added...