seskindell Active Member Licensed User Longtime User Oct 23, 2018 #1 Is there a way to save an apk file to the objects directory without it running on the device?
M Mahares Expert Licensed User Longtime User Oct 23, 2018 #2 seskindell said: Is there a way to save an apk file to the objects directory without it running on the device? Click to expand... Yes. Just run your code in release mode without the device connected and then see the apk file. in the Objects folder. Ignore the message, but you need to be in Release mode. Upvote 0
seskindell said: Is there a way to save an apk file to the objects directory without it running on the device? Click to expand... Yes. Just run your code in release mode without the device connected and then see the apk file. in the Objects folder. Ignore the message, but you need to be in Release mode.
monic Active Member Licensed User Longtime User Oct 23, 2018 #3 seskindell said: Is there a way to save an apk file to the objects directory without it running on the device? Click to expand... Compile in the normal manner just unplug the device and it will save to object folder. Upvote 0
seskindell said: Is there a way to save an apk file to the objects directory without it running on the device? Click to expand... Compile in the normal manner just unplug the device and it will save to object folder.
seskindell Active Member Licensed User Longtime User Oct 23, 2018 #4 A nice menu option would be to just compile the code without having to unplug the device. Upvote 0
monic Active Member Licensed User Longtime User Oct 23, 2018 #5 https://www.b4x.com/android/forum/threads/compile-without-install.44546/#content Upvote 0