Difference between revisions of "Step by step guide to your first android app (DACU)"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 8: Line 8:
  
 
===Introduction===
 
===Introduction===
 +
 +
This tutorial shows how to develop your first Android application and run it on the DACU platform.
 +
 +
==== Boot the system ====
 +
 +
Let's assume the system is configured to boot loading the kernel and root file system from the internal flash.
 +
 +
The first thing to do is to connect the serial cable to the J3 connector and start your preferred terminal emulator, as described in the [[Android_Development_Environment_(DACU)#Running_Android | Running Android]] section.
 +
 +
==== Configure and run the Android Debug Bridge (ADB) ====

Revision as of 15:28, 26 July 2012

Info Box
Android-logo.jpg Applies to Android
Dacu-top-view.png Applies to Dacu


Introduction[edit | edit source]

This tutorial shows how to develop your first Android application and run it on the DACU platform.

Boot the system[edit | edit source]

Let's assume the system is configured to boot loading the kernel and root file system from the internal flash.

The first thing to do is to connect the serial cable to the J3 connector and start your preferred terminal emulator, as described in the Running Android section.

Configure and run the Android Debug Bridge (ADB)[edit | edit source]