|
Until http://kenai.com/jira/browse/NBANDROID-65 To run the script you need Linux. I have generated Netbeans projects for the Android SDK samples and also http://pragprog.com/titles/eband3/source_code Works on Linux and probably also Mac. Generated projects works also on Windows. Install: Unpack the file in your home folder: cd ~ Use: Now go to a directory with samples you want to open in Netbeans. For example: cd android/android-sdk-linux_86/samples/android-8/Notepad/ Execute the script: ~/bin/make_nbproject In Netbeans, choose File | Open Project and open it. The Android platform is called "Android", you will probable want to change that (Project Properties | Libraries). To mass convert a lot of projects, you can do e.g. cd android/android-sdk-linux_86/samples/android-8/ Jacob |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Already working on using standard Android project layout, in which case you would just open your sources directly from Open Project.