Page 1 of 1

android app creation is broken

Posted: Mon Dec 02, 2019 8:00 am
by rory
Hello,
So Yesterday, I tried to make an android app in spiderbasic. It was using the 32bit version, and 32bit java. However, when I tried to install it on my device, it said: app not installed. My device runs android 8, 64bits, 3gb ram and snapdragon mobile processor quad-core at 1.6mhz, if I remember correctly. although, it might be 2.1mhz. But can someone try to explain to me why it wasn't working? Because I filled in all the required fields, and it didn't work still. Also I just in general need the 64bit ver for when windows stop supporting 32bit.

Re: android app creation is broken

Posted: Mon Dec 02, 2019 12:33 pm
by Fred
Did you enabled the USB debugging in the hidden developper menu of your paremeters ? It's needed to be able to put an app on your phone via USB

Re: android app creation is broken

Posted: Thu Dec 05, 2019 1:31 am
by rory
jeez, I erally am a noob with android. Noo, I didn't. roflroflrofl

Re: android app creation is broken

Posted: Tue Jan 21, 2020 4:01 am
by RobertRioja
I am having the same problem. My USB debugging is enabled but it makes no difference. I have tried everything but have not been able to get any SpiderBasic apks to install.

Re: android app creation is broken

Posted: Tue Jan 21, 2020 5:57 am
by RobertRioja
I did some research and found a solution, even though I don't understand the problem. I used APK Editor to edit the apk generated by SpiderBasic. By changing the Install Location to Internal Only, the apk can be installed. So every time I edit the app in SpiderBasic, create the apk and send it to my phone, I have to edit it so I can install it.

Re: android app creation is broken

Posted: Sat Jan 25, 2020 3:14 pm
by Charlie
RobertRioja wrote:I did some research and found a solution, even though I don't understand the problem. I used APK Editor to edit the apk generated by SpiderBasic. By changing the Install Location to Internal Only, the apk can be installed. So every time I edit the app in SpiderBasic, create the apk and send it to my phone, I have to edit it so I can install it.
Hey, that is some right good sleuthing !