diff --git a/build/native/native-android.js b/build/native/native-android.js index 6cbda3fe..794606f5 100644 --- a/build/native/native-android.js +++ b/build/native/native-android.js @@ -181,6 +181,8 @@ function makeAndroidProject(project, namespace, activity, title, appID, "--path", destDir, "--library", "../../TeaLeaf" ], {}, f()); + }, function () { + fs.appendFile( path.join(destDir, 'project.properties'), 'out.dexed.absolute.dir=../.dex/\n',f()); }, function () { updateManifest(project, namespace, activity, title, appID, shortName, version, debug, destDir, servicesURL, metadata, studioName, f.waitPlain()); updateActivity(project, namespace, activity, destDir, f.waitPlain());