Page 2 of 2

Re: How to create an Android application

Posted: Sun Oct 24, 2021 5:05 pm
by J. Baker
Why does the debugger have to be on?

Re: How to create an Android application

Posted: Sun Oct 24, 2021 8:26 pm
by Paul
The debugger only has to be on if you have not signed your APK.
(Android won't let you install an app unless it is signed or the debugger is on)
If you don't want to sign your app you can use code from somewhere in this forum that hides the debugger window.

Re: How to create an Android application

Posted: Mon Oct 25, 2021 12:38 am
by J. Baker
Thanks Paul! ;)

Re: How to create an Android application

Posted: Mon Nov 08, 2021 7:42 pm
by bembulak
Paul wrote: Sun Oct 24, 2021 8:26 pm The debugger only has to be on if you have not signed your APK.
(Android won't let you install an app unless it is signed or the debugger is on)
If you don't want to sign your app you can use code from somewhere in this forum that hides the debugger window.
The really _is_ a helpful thing. I'm not working on/for Android at the moment, but god do I hope to remember that when doing that for the first time ...
Thanks.

Re: How to create an Android application

Posted: Wed Dec 14, 2022 1:30 pm
by AZJIO
I get an error!
It is written to run with the --stacktrace option, but where to stick it?

Image

I am using the example from this thread above - "ShowTime"

I use Russian text in my account. Is it possible to specify a different path to the folder, instead of %TEMP%

Code: Select all

FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\пїЅпїЅпїЅпїЅпїЅпїЅ2\AppData\Local\Temp\SpiderBasic5658500\app\platforms\android\build.gradle' line: 20
It would be nice if there was a "Copy log" button. I used a text capture program to grab the log from the list and send it to google translator

Re: How to create an Android application

Posted: Thu Dec 15, 2022 10:32 am
by Fred
It's not possible right now, but you can create a .cmd to launch the SpiderBasic IDE and set the TEMP variable before to the value you want.

Re: How to create an Android application

Posted: Thu Dec 15, 2022 10:58 am
by AZJIO
I already tried, but the compilation ends with the following message:
Image
Perhaps the following folders somehow affected the work, since they are located inside the user folder.
.android
.config
.cordova
.gradle
I added a new account to Windows, now it works fine.