How to make my Builder App work on my phone and emulator?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 13
- Joined: Wed Feb 25, 2015 2:15 pm
How to make my Builder App work on my phone and emulator?
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
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.
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.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
-
- Posts: 13
- Joined: Wed Feb 25, 2015 2:15 pm
Re: How to make my Builder App work on my phone and emulator
Thanks, I found the answer