How do I create an apk file for testing?

rclodfelter

Member
Licensed User
Longtime User
I want to create an apk file to move to my Droid for testing. I don't see a way to do that from the IDE drop down menu. How can I do this.

Also, Is there a way to deploy my app right to the android market from the IDE?

TIA
 
Last edited:

DarkMann

Member
Licensed User
Longtime User
Hi,

I had trouble with this too at first. Obviously B4A makes an APK, as that is what it sends to the emulator via ADB.

So, I went looking for that file.

It is stored in the Objects folder inside the folder that contains your application source and files.

David
 
Upvote 0
Top