您的位置:首页 > 编程语言 > Java开发

如何在Netbeans下配置Android开发环境-Ubuntu平台

2011-05-14 18:46 831 查看

How to setup Netbeans for Android development

转载自:http://gerry.ws/2009/01/1074/how-to-setup-netbeans-for-android-development.html

When Google released the Android open mobile platform, they have made an Eclipse plugin to be able to develop Android software using the Eclipse IDE. If you’re a Netbeans user, don’t worry because you can use Netbeans for creating Android applications also. Several guys created a Netbeans plugin that makes it possible to do Android software development under Netbeans.



To start setting up Android development under Netbeans, just open up your Netbeans 6.5 IDE. After starting up, click on the Tools | Plugin from the menu and select the Settings tab from the dialog box. Click on the Add button and enter the Name of the plugin and update URL for the plugin your are manually adding. You can put any text for the Name field, the plugin update URL for the Android for Netbeans plugin ishttp://kenai.com/downloads/nbandroid/updates.xml .



After clicking on Ok, it should now be included in the list of configured update centers.



Go to the “Availalble Plugins” tab and you should see Android in the list. Click on the checkbox to mark it for installation. Then click the “Ok” button.



You’ll get a dialog box similar to the one below informing you that the Android plugin will be installed. Click on the “Next” button.



The license agreement will be displayed. You need to agree to to install the Android plugin. Click on the “Install” button once you have clicked on the “I accept..” checkbox.



It should start download the Android plugin.



After the download, you’ll get a message similar to the one below. It basically says that the plugin hasn’t been signed by the Netbeans group. This serves as a warning for potentially dangerous plugins. If you trust the developers of the plugin, just click on the “Continue” button.



After which, you should get an “Installation completed successfully” message.



Now that the Android plugin for Netbeans has been installed, you need to do just one more step to configure it. You need to tell Netbeans that it can now also setup projects for the Android open mobile platform. To do this, click on the Tools | Java Platform menu of your Netbeans IDE.



Click on the “Add Platform” button. Select the “Google Android Open Handheld Platform” and click the “Next” button.



Now locate where you have extracted the Android SDK on your computer and click “Next”.



Give the platform a name. I think “Android” would be appropriate and click on the “Finish” button.



You should now have added Android in your list of supported platforms for the Netbeans IDE.



That’s it. You can now start developing Android applications using your Netbeans IDE. I’ll post about writing an Android application in Netbeans next time.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: