Make Eclipse recognize framework as a library project

Instructions are here:
http://developer.android.com/tools/projects/projects-eclipse.html#SettingUpLibraryProject
This commit is contained in:
Andrew Grieve 2012-08-08 23:38:32 -04:00
parent 8d0e80620a
commit 0c484ddcf7
2 changed files with 2 additions and 0 deletions

View File

@ -4,5 +4,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="lib" path="libs/commons-codec-1.6.jar"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>

View File

@ -13,3 +13,4 @@ split.density=false
target=Google Inc.:Google APIs:16
apk-configurations=
renderscript.opt.level=O0
android.library=true