From 64d17fc39efcfff0f8187b2b8a1c433520dc2973 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 9 May 2012 15:04:44 +0200 Subject: Fix Android AAPT Task/Macro: Put temp src/classes folder (R.java) aside image folder .. .. so they are not included in the APK. Including them in the APK causes Google market/play to use both as platform filters (0 devices if no native folder is present). --- make/jogamp-androidtasks.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'make/jogamp-androidtasks.xml') diff --git a/make/jogamp-androidtasks.xml b/make/jogamp-androidtasks.xml index 64becda..f37e42c 100644 --- a/make/jogamp-androidtasks.xml +++ b/make/jogamp-androidtasks.xml @@ -74,10 +74,10 @@ + + - - @@ -110,7 +110,7 @@ - + aapt.signed @{jarbasename}: compiling R.java... @@ -119,9 +119,9 @@ target="${target.targetlevel}" bootclasspath="${target.rt.jar}" debug="false" extdirs="" - destdir="${m.aapt.build.apk}/image/lib/classes" + destdir="${m.aapt.build.apk}/temp/classes" verbose="true"> - + @@ -134,7 +134,7 @@ - + -- cgit v1.2.3