Testing App in Android Devices/Emulator

Hello,

I have spend 2 days trying by different ways to test my app in the Android Emulator without success, using eclipse and the command line…

Do you have any tip or tutorial about how to do it? How to setup my android environment in mac and run the apk in this emulators?

Do you know other services that can help on it? I found one but it is not available yet (http://www.apkudo.com/)

Thank you,
Pedro Valentini [import]uid: 6732 topic_id: 30877 reply_id: 330877[/import]

By command line use adb logcat to explore log file and find the raison of the failure (if you already installed the apk).
To run apk you have to install the program by adb install …
It is not necessary eclipse.
Bye
piero [import]uid: 2735 topic_id: 30877 reply_id: 123872[/import]

No post [import]uid: 2735 topic_id: 30877 reply_id: 123873[/import]

By command line use adb logcat to explore log file and find the raison of the failure (if you already installed the apk).
To run apk you have to install the program by adb install …
It is not necessary eclipse.
Bye
piero [import]uid: 2735 topic_id: 30877 reply_id: 123872[/import]

No post [import]uid: 2735 topic_id: 30877 reply_id: 123873[/import]

Once the app runs “correctly” on the Corona simulator I usually build the .apk and install directly on the device for testing. I use aLogcat, a free log viewer for Android, to view any errors in the device’s logfiles. More info on aLogcat here: https://play.google.com/store/apps/details?id=org.jtb.alogcat&hl=en
[import]uid: 85963 topic_id: 30877 reply_id: 124396[/import]

I have sucess to install the app in the device.

The problem is in the emulator, I’m trying to run in android emulator but It never run…
I spend many days to make it install in emulator, after it when I touch the app icon it close… Don’t open… but the same app open in android device…

Any idea or other way about testing apps in emulator?

Thank you [import]uid: 6732 topic_id: 30877 reply_id: 124464[/import]

If you use Android SDK you can use logcat command (./adb logcat)
This will allow you to see any error of the application as well as your “print corona command”.
bye
piero [import]uid: 2735 topic_id: 30877 reply_id: 124523[/import]

>>>Do you know other services that can help on it? I found one but it is not available yet (http://www.apkudo.com/)
Have somebody test this service ? [import]uid: 138389 topic_id: 30877 reply_id: 124528[/import]

Once the app runs “correctly” on the Corona simulator I usually build the .apk and install directly on the device for testing. I use aLogcat, a free log viewer for Android, to view any errors in the device’s logfiles. More info on aLogcat here: https://play.google.com/store/apps/details?id=org.jtb.alogcat&hl=en
[import]uid: 85963 topic_id: 30877 reply_id: 124396[/import]

I have sucess to install the app in the device.

The problem is in the emulator, I’m trying to run in android emulator but It never run…
I spend many days to make it install in emulator, after it when I touch the app icon it close… Don’t open… but the same app open in android device…

Any idea or other way about testing apps in emulator?

Thank you [import]uid: 6732 topic_id: 30877 reply_id: 124464[/import]

If you use Android SDK you can use logcat command (./adb logcat)
This will allow you to see any error of the application as well as your “print corona command”.
bye
piero [import]uid: 2735 topic_id: 30877 reply_id: 124523[/import]

>>>Do you know other services that can help on it? I found one but it is not available yet (http://www.apkudo.com/)
Have somebody test this service ? [import]uid: 138389 topic_id: 30877 reply_id: 124528[/import]