close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of Internal


Ignore:
Timestamp:
Apr 23, 2014, 3:33:09 PM (10 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal

    v2 v3  
    44
    55These pages should have documentation which is not supposed to be shared openly on the Internet.
     6
     7
     8== Eclipse setup for android ==
     9
     10To develop for these phones, you will need an android development environment. The most straightforward way is to use the Eclipse ADT bundle, available from Google here: [http://developer.android.com/sdk/index.html Link]. Setup instructions are available [http://developer.android.com/sdk/installing/bundle.html here].
     11
     12If you prefer, you can instead download a plugin for use with an [http://developer.android.com/sdk/installing/index.html existing IDE].
     13
     14This should be a simple unzip and run on windows. On Windows, you may also need the [http://developer.android.com/sdk/win-usb.html ADB driver].
     15
     16On the phone, you may need to go into system settings -> developer options -> enable usb debugging. This will allow you to use the android debug bridge (ADB) over usb to control the phone, read files and log messages, install your applications, etc.