Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Ensure that required dependencies are actually exported alo…
…ng with everything else when the Android version builds. Without this, the support libs will not export and cause the emulator to crash upon being executed.
  • Loading branch information
lioncash committed Aug 17, 2013
1 parent 88f79a1 commit 1f6c63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Android/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
Expand Down

0 comments on commit 1f6c63f

Please sign in to comment.