Sunday, October 17, 2010

Android with NetBeans


1.Installing Plugin  for NetBeans   
- Go to Plugins and  add following update center  
http://kenai.com/downloads/nbandroid/updates.xml.                                                                       
Then Select and install Android plugin.

2.Unzip android SDK and add it as a Java Platform for NetBeans.

3.Then you must create an Android Virtual Device (AVD).
An AVD defines the system image and device settings used by the emulator.
To create an AVD, use the "android" tool provided in the Android SDK.
Open a command prompt or terminal, navigate to the tools/ directory in the
SDK package and execute:

android create avd --target 2 --name my_avd


Now it's all up to NetBeans
[If RAM is full it will say "Device’s package manager not ready to install new packages" at
the deployment time, close some app of PC and give some RAM]
             

Share Article : Android with NetBeans
Share/Save/Bookmark

0 comments:

Post a Comment