Version 3 (modified by 9 years ago) ( diff ) | ,
---|
GENI WiMAX Internal (Eyes Only) Documentation
Table of Contents
These pages should have documentation which is not supposed to be shared openly on the Internet.
Eclipse setup for android
To 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: Link. Setup instructions are available here.
If you prefer, you can instead download a plugin for use with an existing IDE.
This should be a simple unzip and run on windows. On Windows, you may also need the ADB driver.
On 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.