NetBeans Android support plugin
This project aims to stabilize and update the discontinued NetBeans IDE plugin NBANDROID. The current version supports NetBeans 8.1 and 8.2
Many thanks to Radim Kubacki, the creator of the first NBANDROID!
Please update your Gradle Support plugin to 1.4.4
The compiled version of the last commit is here:
NetBeans 8.1 http://server.arsi.sk/nbandroid81/
NetBeans 8.2 http://server.arsi.sk/nbandroid82/
Or add an update center
NetBeans 8.1 http://server.arsi.sk/nbandroid81/updates.xml
NetBeans 8.2 http://server.arsi.sk/nbandroid82/updates.xml
To use Android Color preview support you must first uninstall netbeans-color-codes-preview plugin if you have it installed.
And install the modified version of netbeans-color-codes-preview plugin from http://server.arsi.sk/ascp/ or add an update center http://server.arsi.sk/ascp/updates.xml.
I'm waiting for PR to accept. Current source codes are here https://github.com/arsi-apli/netbeans-color-codes-preview.
And I added basic support for Java, Color constants and RGB Color values.
There is a problem with Gradle, it creates broken links in the tmp directory and Netbeans 8.2 contains a bug with their handling.
When you run into this problem, you can install this modules with patch for NB82:
org-netbeans-modules-masterfs-patch-module
org-netbeans-modules-versioning-masterfs-patch-module
From this update center: http://server.arsi.sk/masterfs/updates.xml
- Layout preview
- Code Assistance
- Android XML Code Completion support
- Color preview support
- Google, Bintray jcenter and Maven dependency browser
- Build
- Build Signed APK + Key Store Manager
- Run
- Debug
- Install APK
- ADB Shell Terminal
- Switch ADB device to Wifi/USB
- Android emulator
- SDK Platform manager
- SDK Tools manager
- SDK Manager - Update sites configuration
- AVD Manager
- we currently have no Visual Layout Editor
- and many other things