Search found 3 matches

by coder14
Fri Dec 09, 2016 3:06 am
Forum: Coding Questions
Topic: Android: The app is not installed
Replies: 5
Views: 3847

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. Thanks! I did it through Google Drive.

Yes it uses crosswalk, which is a fork of Chromium to allow JS ...
by coder14
Wed Dec 07, 2016 9:41 am
Forum: Coding Questions
Topic: Android: The app is not installed
Replies: 5
Views: 3847

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 Thanks Fred! It works now. Really cool to see PB apps come alive on my phone. :D

Is this something similar to PhoneGap where webappps are converted to mobile apps with the ...
by coder14
Tue Dec 06, 2016 4:32 pm
Forum: Coding Questions
Topic: Android: The app is not installed
Replies: 5
Views: 3847

Android: The app is not installed

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?