Open main menu

DAVE Developer's Wiki β

Changes

Step by step guide to your first android app (DACU)

20 bytes removed, 10:53, 10 March 2015
m
Deploy the application on the target
==== Check the Android Debug Bridge (ADB) and connect to the target ====
Start a connection through the Android Debug Bridge as described in the [[Industrial_Tablet#Running_the_Android_Debug_Bridge_.28ADB.29 Running_the_Android_Debug_Bridge | Running ADB]] section. Please note that setting the correct IP address on the target and is mandatory to make ADB work.
=== Develop your first application with Eclipse ===
# close the running emulator
# check that [[Industrial_Tablet#Running_the_Android_Debug_Bridge_.28ADB.29 Running_the_Android_Debug_Bridge | ADB is running]]
# open a shell and move to the workspace directory containing the project files (example: /home/user/workspace/MyFirstApp)
# enter the bin sub-directory. If you list the content of this directory, you should see the application .apk file