Page 1 of 1

Cannot create an Android app

Posted: Tue Aug 13, 2019 10:50 pm
by RobertRioja
Can the free version of SpiderBasic create Android apps? Every time I try to do it, it produces an apk. But when I try to install it, I get an error message that says "App not installed. The package appears to be corrupt."

Is there anything special I have to do to turn my program (which runs under Windows) into an Android app?

Thanks,
Robert

Re: Cannot create an Android app

Posted: Wed Aug 14, 2019 8:15 am
by Dirk Geppert
Have you tried using Debugger already? Otherwise you'll have to sign your app...

Ciao Dirk

Re: Cannot create an Android app

Posted: Thu Aug 22, 2019 8:48 pm
by RobertRioja
How do I sign the apk? I just want to run it on my Android phone. Not interested in Playstore. I use the "Create App..." item from the Compiler pull-down menu. Then I go to the Android tab. I leave the "IAP key" field blank because I don't know what it does, and the documentation does not even mention it. It then produces an apk which I transfer to my phone. But when I try to install it, I get the "App not installed. The package appears to be corrupt." message.

Any help would be appreciated.

Robert

Re: Cannot create an Android app

Posted: Sat Aug 24, 2019 3:16 am
by plouf
first be aware than if you have "enabled the debugger" no signing is neccessary .
This a good way to check if everything else, than signing, is ok and app works

then try googling, this method/post was what i have use succesfully in the pasr
https://stackoverflow.com/questions/109 ... mpiled-apk