`
king_tt
  • 浏览: 2110651 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

NETBEAN 开发Android应用

 
阅读更多

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) 收藏 举报

NetBeans的代码提示功能(VS一样) - ㄣ紾の悕ベ - ㄣ紾の悕ベ

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

NetBeans的代码提示功能(VS一样) - ㄣ紾の悕ベ - ㄣ紾の悕ベ

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

NetBeans的代码提示功能(VS一样) - ㄣ紾の悕ベ - ㄣ紾の悕ベ

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

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

NetBeans的代码提示功能(VS一样) - ㄣ紾の悕ベ - ㄣ紾の悕ベ

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

NetBeans的代码提示功能(VS一样) - ㄣ紾の悕ベ - ㄣ紾の悕ベ

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

NetBeans的代码提示功能(VS一样) - ㄣ紾の悕ベ - ㄣ紾の悕ベ

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

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

相关推荐

    用NetBeans来开发Android的几个关键模块

    android的开发现在不局限于Eclipse,现在支持1.0版本!

    Android学习笔记之开发环境搭建(Eclipse和NetBeans)

    Android学习笔记之开发环境搭建(Eclipse和NetBeans) 目前最新版本为2.2sdk,下面讲一下它在Eclipse、NetBeans的开发环境搭建

    Android网站应用程序源码

    给自已运营的网站的安卓小应用程序,用netbeans+android+sdk开发。拿来共享学习。

    Google Android SDK开发范例大全 源码

    该书共分10章,主要以范例集的方式来讲述Android的知识点,详细介绍了开发Android的人机交互界面、Android常用的开发控件、使用Android手机收发短信等通信服务、开发Android手机的自动服务功能和娱乐多媒体功能以及...

    《Android攻略》pdf

    Android应用架构和各种特定于Android的API。 在命令行、Android SDK、NetBeans SDK和 Eclipse SDK环境中开发应用。 使用App Inventor工具开发应用。 使用SL4A工具开发应用。 通过使用Android NDK提高应用性能。...

    NetBeans IDE v7.4 for PHP 简体中文版.zip

    NetBeans IDE 是一个开发环境 - 供程序员编写、编译、调试和部署程序的一个工具。 它是用 Java 编写的 - 但却可以支持任何编程语言。 另外也有巨大数量的模块来扩展 NetBeans IDE,它是一个免费产品,不限制其使用...

    NetBeans IDE v7.4 for C/C 简体中文版.zip

    NetBeans IDE 是一个开发环境 - 供程序员编写、编译、调试和部署程序的一个工具。 它是用 Java 编写的 - 但却可以支持任何编程语言。 另外也有巨大数量的模块来扩展 NetBeans IDE,它是一个免费产品,不限制其使用...

    Google Android SDK开发范例大全(完整版)

    擅长嵌入式系统软件设计、J2ME游戏开发、Android开发,以及J2EE、JSP、Servlet、JavaBeans、PHP、C#等程序语言,熟悉面向对象技术与Eclipse、Netbeans开发工具,积累多年大型项目开发、跨系统整合经验。 目录 第1...

    NetBeans IDE v7.4 for Java SE.zip

    NetBeans IDE 是一个开发环境 - 供程序员编写、编译、调试和部署程序的一个工具。 它是用 Java 编写的 - 但却可以支持任何编程语言。 另外也有巨大数量的模块来扩展 NetBeans IDE,它是一个免费产品,不限制其使用...

    NetBeans连接器「NetBeans Connector」-crx插件

    NetBeans IDE具有用于JavaScript和HTML5的完整开发工具集,包括代码编辑,调试,实时样式,使用iOS和Android设备进行开发等。 用于Chrome的NetBeans连接器促进了两者之间的紧密集成。 通过此集成,可以执行以下操作...

    NetBeans Connector-crx插件

    NetBeans IDE具有用于JavaScript和HTML5的完整开发工具集,包括代码编辑,调试,实时样式,使用iOS和Android设备进行开发等。 用于Chrome的NetBeans连接器促进了两者之间的紧密集成。 通过此集成,可以执行以下操作...

    JavaWeb入门经典pdf【高清PDF】

    通过阅读本书,读者将学会如何使用免费的NetBeans开发工具来创建Java应用程序。本书采用直观、循序渐进的方法,引导读者掌握使用Java来创建桌面/Web程序、Web服务和Android app所必需的技巧和技术。本书每章内容都...

    SmartDoor:COS 301 主项目 2014 ZEBRA-V

    使用面部识别和语音识别来验证用户身份的 Android 应用程序。 该项目包含以下内容: 面部、眼睛和鼻子检测面部识别语音识别面向对象的数据库文字转语音语音转文本推特树莓派python服务器 使用的库 简历DB4o 推特4j ...

    SDKLibrary-5.0:#SDKLibrary 5.0 SDKLibrary是一组工具和其他库,可帮助Java开发人员更快地构建桌面,Android和Web应用程序。 在一个库中提供了许多用于数据库,文件系统,安全性,Internet,数据类型,通用列表,图形和cli接口的工具

    SDKLibrary是一组工具和其他库,可帮助Java开发人员更快地构建桌面,Android和Web应用程序。 在一个库中提供了许多用于数据库,文件系统,安全性,Internet,数据类型,通用列表,图形和cli接口的工具。 发行历史 ...

    移动端的背单词应用Wordman.zip

    安装目标平台(例如 Android),在 wordman 目录下执行:cordova platform add android --verbose 安装 SQLite 插件,在 wordman 目录下执行:cordova plugin add ...

    CN1aChartEngineDemo:Codename One aChartEngine 库的演示应用程序

    此存储库包含用于演示应用程序的 Netbeans 项目,该项目展示了使用呈现的大量图表。 ##执照 Apache 许可证 2.0 ##下载 - 此应用程序的 android 版本。 对于其他平台(iOS、Windows Phone、RIM 和 J2ME),您...

    Codename One:适用于Java和Kotlin开发人员的跨平台应用程序开发框架。-开源

    使用我们的开源工具,使用Java或Kotlin构建本机... Codename One与IntelliJ / IDEA,Eclipse和NetBeans无缝集成,使原生写入一次可以在iOS(iPhone / iPad),Android,Windows(UWP),台式机等平台上的任何地方运行。

    JavaEE-ProductListerBackend

    开发 IDE 是 Netbeans 8.0.1要求Java 8 Maven 建筑在 localhost 中运行的 MySQL 数据库,persistance.xml 中的连接详细信息安装使用 mvn install 构建如果构建成功,则目标文件夹中应该有一个 productlister.jar。...

    J-Tex(购物应用程序)-研究论文

    我们的移动应用程序是使用 android 以及作为核心数据库服务器的服务器端模块开发的,用于将客户与店主联系起来。 客户现在可以在居住在不同地区的商店中搜索可用的衣服。 这也是商店的整体收益,并且购买时间消耗更...

    sample-projects:JavaCPP,JavaCPP预设和JavaCV的样本项目文件

    它们具有各种形状和形式,包括用于Maven,Gradle或sbt的简单构建文件,并且可以针对从Android到Hadoop和Spark的平台下的任何规模的应用程序,并通过Eclipse RCP,NetBeans,Spring,Tomcat等传递。 这个集合依靠...

Global site tag (gtag.js) - Google Analytics