diff options
author | Sven Gothel <[email protected]> | 2011-08-02 14:40:20 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-02 14:40:20 +0200 |
commit | d30d6548baa4fa18c55eb4f9087bca5700463a51 (patch) | |
tree | 052e76e246d5846b2cff66dce970dc3c428ce56e | |
parent | 947089ccfdfb4e18d386dab042f940a03b122e06 (diff) |
Eclipse Classpath: Add android.jar
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,5 +24,6 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> <classpathentry kind="lib" path="make/lib/antlr.jar"/> + <classpathentry kind="lib" path="make/lib/android-sdk/9/android.jar"/> <classpathentry kind="output" path="build/eclipse-classes"/> </classpath> |