doc:dev_setupandroid
Just a notice about the Android SDK
The clients are programmed in Java, using Netbeans >=6.7
- MIDP support is directly supported in NB
- To install the Android SDK in NB, follow http://wiki.netbeans.org/IntroAndroidDevNetBeans
One thing need be attention:
there seems a bug in Android emulator setup. You need use a workaround:
Go in console to <SDK Path>/tools
and type android create avd -n <name> -t <target>
. You can get target id by running android list-targets
.
doc/dev_setupandroid.txt · Last modified: 2014/02/25 06:49 by admin