Move support library to "libs" folder of application. Will be automatically included and does not need to be in classpath.

This commit is contained in:
Sebastian Kaspari 2012-04-04 18:36:31 +02:00
parent e89b641536
commit 1a4f570d6e
2 changed files with 0 additions and 1 deletions

View File

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