Compiling: One last try.

rfhall50

Member
Licensed User
Longtime User
Preface:
Please don't tell me to link, connect, bridge, etc . It just isn't allowed on the Corporate Network. Hopefully I have listed below ALL relevant information.

I want to compile my program in one step, then copy it to the Android X2. I am using a LEGAL copy of Basic4Android version 1.50.

When I compile I can not find an APK or AP_ file other than the existing samples or other files part of some other s/w package.

I assume executable file will be called the same as the source file, except with the APK or AP_ suffix. Example: My source is Residents.B4A - Am assuming executable would be Residents.APK or Residents.AP_.

My only compile buttons available are:
Compile and Run
Compile (without signing)
Compile and Run (background)


What ever I try, I can not find an executable. If it does create an *.AP_, does it need to be "unzipped" on the Android device ?

What am I doing wrong ?

This is my last ditch effort. Thank You.
Bob
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Uncheck Project - Attach Debugger.
Choose Compile and run.
The last step which is the deployment step will fail and this is fine.

Open <project folder>\Objects
You should see a file named Residents.apk (in some cases it will be named Result.apk).
Copy this file and run it.

If you don't see the file please post the compiling window text.
 
Upvote 0
Top