Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:android:developing_with_netbeans [2011/03/04 22:58] – billh | docs:android:developing_with_netbeans [2013/03/12 14:58] (current) – billh | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Developing with NetBeans ====== | ====== Developing with NetBeans ====== | ||
+ | |||
+ | ===== Modules ===== | ||
+ | * http:// | ||
+ | |||
+ | ===== Instructions ===== | ||
The following was modified but originally taken from here: | The following was modified but originally taken from here: | ||
* [[http:// | * [[http:// | ||
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 " | - set the Build Project to " | ||
- | - 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, | - set your JDK accordingly, | ||
- in your Java Sources Classpath, add the jar file from <your android sdk dir>/ | - in your Java Sources Classpath, add the jar file from <your android sdk dir>/ | ||
- Project Output directory should be set to " | - Project Output directory should be set to " | ||
- 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/ | + | - (if you did the steps exactly as above, these items should already be done for you) go to the Files tab, and edit nbproject/ |
- edit the ide-actions:< | - edit the ide-actions:< | ||
< | < |