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/11 21:54] – 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>/ |