Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:android:developing_with_netbeans [2011/03/04 22:58] billhdocs:android:developing_with_netbeans [2013/03/12 14:58] (current) billh
Line 1: Line 1:
 ====== Developing with NetBeans ====== ====== Developing with NetBeans ======
 +
 +===== Modules =====
 +  * http://www.nbandroid.org/
 +
 +===== Instructions =====
 The following was modified but originally taken from here: The following was modified but originally taken from here:
   * [[http://en.androidwiki.com/wiki/Developing_Android_aplications_using_NetBeans|Developing Android aplications using NetBeans]]   * [[http://en.androidwiki.com/wiki/Developing_Android_aplications_using_NetBeans|Developing Android aplications using NetBeans]]
Line 7: Line 12:
   - set the folder location and project name, and point the Build Script to the ant build.xml file   - set the folder location and project name, and point the Build Script to the ant build.xml file
   - set the Build Project to "debug" (see link above for details)   - set the Build Project to "debug" (see link above for details)
-  - the Source Package folders should only have the src directory+  - the Source Package folders should only have the res and src directories
   - set your JDK accordingly, and set the encoding to UTF-8   - set your JDK accordingly, and set the encoding to UTF-8
   - in your Java Sources Classpath, add the jar file from <your android sdk dir>/platforms/<your target platform>/android.jar   - in your Java Sources Classpath, add the jar file from <your android sdk dir>/platforms/<your target platform>/android.jar
   - Project Output directory should be set to "bin"   - Project Output directory should be set to "bin"
   - your project will now open in NetBeans (but it won't work correctly yet: package R does not exist)   - your project will now open in NetBeans (but it won't work correctly yet: package R does not exist)
-  - go to the Files tab, and edit nbproject/project.xml as follows+  - (if you did the steps exactly as above, these items should already be done for you) go to the Files tab, and edit nbproject/project.xml as follows
     - edit the ide-actions:<code>     - edit the ide-actions:<code>
             <ide-actions>             <ide-actions>
  • docs/android/developing_with_netbeans.1299304680.txt.gz
  • Last modified: 2011/03/04 22:58
  • by billh