Page 1 of 1
How to make my Builder App work on my phone and emulator?
Posted: Thu Apr 09, 2015 6:58 am
by mulandc@yahoo.fr
I have make a simple app then built a standalone Application that I sent to my Android emulator. but the problem is that I can use my keysboard to provide input and also when I put that application on phone with Android it can not install. someone can help me? Christian
Re: How to make my Builder App work on my phone and emulator
Posted: Thu Apr 09, 2015 8:05 pm
by jacque
I haven't used the Android emulator in a long time because it's so slow and buggy, so I'm not sure why you can't type into it. But the last time I tried it, I did not have keyboard support enabled and I think it worked anyway. The hardware keyboard setting is for those older phones that actually have a keyboard built into the device. Maybe that is interfering with the translation from your computer keyboard.
For installation, you must have a signing certificate set up in standalone settings. Just choose "Sign for development" for now and it should work. You also must have a version and a build code in the settings.
Re: How to make my Builder App work on my phone and emulator
Posted: Fri Apr 10, 2015 9:26 am
by mulandc@yahoo.fr
Thanks, I found the answer