Create App ( Android )

Just starting out? Need help? Post your questions and find answers here.
Bobo229673
Posts: 1
Joined: Tue Sep 29, 2020 6:05 am

Create App ( Android )

Post by Bobo229673 »

Hello! I just installed Spiderbasic and tried to create an apk. Unfortunately I can do what I want, I always get "error messages"

Message 1 ( compile the first time )
Image

Message 2 ( compile the second time )
Image

I have already tried to install the required plugins in the shell ( "C:\SpiderBasic\Android\nodejs" )

Code: Select all

npm install -g cordova-plugin-whitelist
and

Code: Select all

npm install -g cordova-plugin-nativeaudio
There were error messages here because "SPIDERBASIC_HOME" was not defined
After setting the environment variable, I was able to install the plugins with the same commands without errors. But unfortunately I still can't create APKs. The two messages always come :|
plouf
Posts: 196
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: Create App ( Android )

Post by plouf »

i am no expert at android by far
by i clearly remember that i have not install cordova myself

JDK needed, i have Java SE Development Kit 8 update 162

i remember some problems in past were when you use JDK 64 bit , while JDK 32bit was succefull

btw you have latest SpiderBasic 2.31 correct ? 2.31 fixes some issues for latest apk compilation
Christos
Fred
Site Admin
Posts: 1510
Joined: Mon Feb 24, 2014 10:51 am

Re: Create App ( Android )

Post by Fred »

May be you had another cordova installed somewhere ? All you should be setup once the installer is done, could you try a clean install into another directory, disable your antivirus and be sure you are online ?
Post Reply