diff options
| author | Lioncash <mathew1800@gmail.com> | 2013-08-17 12:26:43 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2013-08-17 12:26:43 -0400 |
| commit | 1f6c63f1d8be7d94b09ed025ca256d38b9d8d962 (patch) | |
| tree | 0e24c022091e9e139b15e3b80443b6910c10117b /Source/Android | |
| parent | 88f79a14db2fb3c0e098b39aee49dc21937f051e (diff) | |
[Android] Ensure that required dependencies are actually exported along 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.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/.classpath b/Source/Android/.classpath index 3f9691c5dd..d3bb07b44c 100644 --- a/Source/Android/.classpath +++ b/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"/> |
