New compile options

yttrium

Active Member
Licensed User
Longtime User
"Compile without installing (do sign)" and "compile and run (do not sign)".

Also, maybe set a custom output path for compiled .apks?
 

yttrium

Active Member
Licensed User
Longtime User

JesseW

Active Member
Licensed User
Longtime User
I see.

I'd still like a compile and sign without running.

What works for me is to compile without a device attached or an emulator running. It goes through the compile process, then stops when it can't find a device to run the newly created app on. You can find your newly compiled app in the b4a project folder, in the Objects folder. It will be the file there that ends in .apk - it will either be TheNameOfYourProject.apk -or- result.apk. Hope this helps...
 

yttrium

Active Member
Licensed User
Longtime User
What works for me is to compile without a device attached or an emulator running. It goes through the compile process, then stops when it can't find a device to run the newly created app on. You can find your newly compiled app in the b4a project folder, in the Objects folder. It will be the file there that ends in .apk - it will either be TheNameOfYourProject.apk -or- result.apk. Hope this helps...

Nah, that's what I always do when not on my home machine (home machine actually has drivers and can take the apk). I'm just annoyed when that error message always pops up, and takes TWO clicks to dismiss. And stacks weirdly.

Just a simple annoyance that could be remedied.
 
Top