Page 1 of 1
Android: The app is not installed
Posted: Tue Dec 06, 2016 4:32 pm
by coder14
Hello! I just downloaded the free version and tested some of the examples. WOW!
Problem: I created an app from the canvas gadget example, copied the .apk file to my android phone, tried to install it, but keep getting "App not installed."
Did I miss a step?
Re: Android: The app is not installed
Posted: Wed Dec 07, 2016 5:26 am
by Fred
Did you enabled the debugger ? Without it, you need to sign your apk:
http://forums.spiderbasic.com/viewtopic.php?f=9&t=883
Re: Android: The app is not installed
Posted: Wed Dec 07, 2016 9:41 am
by coder14
Thanks Fred! It works now. Really cool to see PB apps come alive on my phone.
Is this something similar to PhoneGap where webappps are converted to mobile apps with the browser built in?
Re: Android: The app is not installed
Posted: Thu Dec 08, 2016 4:34 am
by tj1010
You can also transfer the apk over non-USB mediums if you disable the Trusted Sources option under Security. I don't suggest you leave this setting disabled though for obvious security reasons.
Re: Android: The app is not installed
Posted: Thu Dec 08, 2016 8:16 am
by Fred
coder14 wrote:Thanks Fred! It works now. Really cool to see PB apps come alive on my phone.
Is this something similar to PhoneGap where webappps are converted to mobile apps with the browser built in?
Yes it uses crosswalk, which is a fork of Chromium to allow JS app to run as a real app
Re: Android: The app is not installed
Posted: Fri Dec 09, 2016 3:06 am
by coder14
tj1010 wrote:You can also transfer the apk over non-USB mediums if you disable the Trusted Sources option under Security. I don't suggest you leave this setting disabled though for obvious security reasons.
Thanks! I did it through Google Drive.
Fred wrote:Yes it uses crosswalk, which is a fork of Chromium to allow JS app to run as a real app
Thanks Fred!
