
Here is what I get on the console:ġ7:34:20.330 Copyright © 2009-2020 C o r o n a L a b s I n c. The simulator builds the project successfully in 2 seconds but I can’t see any apk in the destination folder. This is remarkably helpful to find out what is happening to an application or a device.I installed the latest version of solar 2d and tried building an apk of one of the sample projects. The logcat command of ADB is used to display system information of a running Android OS (whether device or emulator). Then start launcher: adb shell am start -n “.classification/.classification.ClassifierActivity” -a -c If this doesn’t work then push the APK using ADB: adb push /build/outputs/apk/debug/app-debug.apk /data/local/tmp/.classification Now upload a specified APK file from your computer to an emulator/device.

Once ready, to compile your Android project, navigate to your project directory on your command line (change directory), and do this:

I’m assuming here that you’ve already created your android project.īefore you compile your project, you must be connected to the internet in order for the Gradle wrapper script to download the appropriate Gradle software components. So the “Name “ part would be used to replace in the command line: /tools/emulator -avd

