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.
- Timestamp:
-
Apr 23, 2014, 3:33:09 PM (9 years ago)
- Author:
-
msherman
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
4 | 4 | |
5 | 5 | These pages should have documentation which is not supposed to be shared openly on the Internet. |
| 6 | |
| 7 | |
| 8 | == Eclipse setup for android == |
| 9 | |
| 10 | 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: [http://developer.android.com/sdk/index.html Link]. Setup instructions are available [http://developer.android.com/sdk/installing/bundle.html here]. |
| 11 | |
| 12 | If you prefer, you can instead download a plugin for use with an [http://developer.android.com/sdk/installing/index.html existing IDE]. |
| 13 | |
| 14 | This 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 | |
| 16 | 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. |