How to install Android plugin version 1.x into NetBeans

Install using autoupdate center


The simplest way how to install nbandroid modules and keep them updated is to register an autoupdate center in your NetBeans installation. Address of this update center is http://kenai.com/projects/nbandroid/downloads/download/updatecenter/updates.xml. To register this update center, simply go to Tools -> Plugins. Then follow this sequence of screenshots to register nbandroid update center and install plugin:

  • In Settings tab press Add button and fill name and URL:
  • In Available Plugins tab enter android in Search text field, check found plugin.

  • Check also appropriate version of Android Test Runner plugin. (See below for more details on this topic).
  • Press Install
  • Press Next

  • Accept the license

  • Press Continue (and ignore warning about unsigned plugin for now)

  • You're done, you can start Android development...

Install from downloadable ZIP archive


  • Look for new NBMs (module archives) in our download area
  • Unzip them.
  • Go to Tools | Plugins | Downloaded
  • Click 'Add plugins...' and select all plugins except testrunners that do not match your IDE version. There are three versions of a module that provides integration with test results window targets to NetBeans 6.9 or 6.9.1 or 7.0 users. Each of them is named org-netbeans-modules-android-testrunner*.nbm.

    • Select org-netbeans-modules-android-testrunner.nbm if you are using NetBeans 7.0 or newer.
    • Select org-netbeans-modules-android-testrunner691.nbm if you are using NetBeans 6.9.1.
    • Select org-netbeans-modules-android-testrunner69.nbm if you are using NetBeans 6.9.
  • Click 'Install'. Do not forget this step. You will have to accept license then. In adittion to that you will be warned that plugins are not signed.


Install from our continuous build


If you want to get fresh bits rather than less frequently but perhaps more stable bits from our download area you can register an autoupdate center generated by nbandroid continuous build. This one is updated after each code integration that passes tests suite. Address of this update center is http://deadlock.netbeans.org/hudson/job/nbandroid/lastStableBuild/artifact/build/updates/updates.xml. Steps to register this update center are very much the same as when registering the update center described above except the different URL. Again go to Tools -> Plugins. Then follow this sequence of screenshots to register nbandroid update center and install plugin:

  • In Settings tab press Add button and fill name and URL:

  • In Available Plugins tab enter android in Search text field, check found plugin.
  • Check also appropriate version of Android Test Runner plugin.
  • Press Install
  • Press Next
  • Accept the license
  • Press Continue (and ignore warning about unsigned plugin for now)
  • You're done, you can start Android development...

刚下好的netbean,不知道为什么是中文界面~~好像是软件根据我电脑的设定自己换的吧
多亏了Sue~~找了好久终于帮我找到了方法,感谢


方法:

到桌面找到Netbean的图标,右键点它到properties(属性), 然后再改变Target(目标)栏后的地址:在原地址的后面打一个空格,然后打--locale en:US
确定后再进入netbean便是英文啦~~~!
想换回中文的话打 --locale zh:CN 日文 --locale ja:JP

改之前 改之后


NetBean智能提示功能

87人阅读 评论(0) 收藏 举报

就是在输入第一个字母的时候就有代码提示,而不是像以前一样只在输入“.”后才有代码提示。不过默认是没有打开的,要打开这个增强的代码提示方法如下:Tools ------>options

然后找到Editor--->Code Completion,在下面的language下面选择Java

默认的Auto Popup Triggers for Java下面是只有一个“.”的,现在在这个后面加上a-z这26个字母,就表示,在输入.和26个字母时都会自动提示。


etBeans 从6.5以后就不提供了,NetBeans 默认的代码提示时间就非常的合理了
NetBeans 从6.8以后提供了即时提示功能,只要你输入字符NetBeans就会开始提示了。
不过这个功能默认是不启用的,你可以自己启用。在工具-选项-编辑-代码补全 找到Java 你就会看到了。

就是在输入第一个字母的时候就有代码提示,而不是像以前一样只在输入“.”后才有代码提示。不过默认是没有打开的,要打开这个增强的代码提示方法如下:Tools ------>options

然后找到Editor--->Code Completion,在下面的language下面选择Java

默认的Auto Popup Triggers for Java下面是只有一个“.”的,现在在这个后面加上a-z这26个字母,就表示,在输入.和26个字母时都会自动提示。


etBeans 从6.5以后就不提供了,NetBeans 默认的代码提示时间就非常的合理了
NetBeans 从6.8以后提供了即时提示功能,只要你输入字符NetBeans就会开始提示了。
不过这个功能默认是不启用的,你可以自己启用。在工具-选项-编辑-代码补全 找到Java 你就会看到了。

更多相关文章

  1. 代码调用Android应用程序卸载
  2. Android视频方向为什么出现问题以及Android视频应用开发中的处理
  3. android一键分享功能不使用任何第三方sdk
  4. 简约之美Kotlin(一)Android(安卓)Studio创建一个简单的Kotlin应用
  5. Android上超级好用的前端调试方法(adb reverse)
  6. android和PC(Python)通过USB(adb模式)基于Socket传输图像(视频)
  7. Android设计模式 观察者模式之eventbus
  8. android 如何绕过签名校验
  9. Android上实现仿IOS弹性ListView

随机推荐

  1. window环境配置Mysql 5.7.21 windowx64.z
  2. MySql5.7.21安装要点记录笔记
  3. mysql 5.7.21解压版本安装 Navicat数据库
  4. windows 10下mysql 5.7.21 winx64安装配
  5. win10下mysql5.7.21解压版安装教程
  6. Windows下mysql5.7.21安装详细教程
  7. mysql中datetime类型设置默认值方法
  8. mysql 5.7.21 winx64免安装版配置方法图
  9. mysql 5.7.20\5.7.21 免安装版安装配置
  10. MySQL5.7.21安装与密码图文配置教程