Hi,
I'm sure the information is somewhere...
I cannot seem to find the answer to this question:
- What are the actual steps to getting an app to run on my phone?
Have I missed something obvious?
CG

* to copy a file or a directory recursively to emulator
adb push <source> <destination>
// You probably need to pushs the apk-files generated by the compiler+tools
* to start emulator
./emulator -console
// From my logical view you should be able to select the "runnable" somewhere (if you placed it to the correct place..)


Users browsing this forum: No registered users and 3 guests