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?
Android: The app is not installed
Re: Android: The app is not installed
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
Thanks Fred! It works now. Really cool to see PB apps come alive on my phone.Fred wrote:Did you enabled the debugger ? Without it, you need to sign your apk: http://forums.spiderbasic.com/viewtopic.php?f=9&t=883

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
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
Yes it uses crosswalk, which is a fork of Chromium to allow JS app to run as a real appcoder14 wrote:Thanks Fred! It works now. Really cool to see PB apps come alive on my phone.Fred wrote:Did you enabled the debugger ? Without it, you need to sign your apk: http://forums.spiderbasic.com/viewtopic.php?f=9&t=883
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
Thanks! I did it through Google Drive.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 Fred!Fred wrote:Yes it uses crosswalk, which is a fork of Chromium to allow JS app to run as a real app
