From b095158bc0d29d4de539c1624e4c380d55b7da77 Mon Sep 17 00:00:00 2001 From: iwgeric Date: Thu, 2 Apr 2015 13:16:03 -0400 Subject: [PATCH] SDK: Add temporary fix to remove android.jar from mobile/libs folder during build. android.jar is being added to jme3-android.jar during the build. Build script of jme3-android project needs to be updated to not add android.jar to begin with. --- sdk/jme3-android/src/com/jme3/gde/android/mobile-targets.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/jme3-android/src/com/jme3/gde/android/mobile-targets.xml b/sdk/jme3-android/src/com/jme3/gde/android/mobile-targets.xml index d57833296..2a302ee57 100644 --- a/sdk/jme3-android/src/com/jme3/gde/android/mobile-targets.xml +++ b/sdk/jme3-android/src/com/jme3/gde/android/mobile-targets.xml @@ -68,6 +68,8 @@ + +