diff --git a/lime/tools/platforms/AndroidPlatform.hx b/lime/tools/platforms/AndroidPlatform.hx index 00fdf67d5..29edfde34 100644 --- a/lime/tools/platforms/AndroidPlatform.hx +++ b/lime/tools/platforms/AndroidPlatform.hx @@ -62,6 +62,7 @@ class AndroidPlatform extends PlatformTarget { var destination = targetDirectory + "/bin"; var hxml = targetDirectory + "/haxe/" + buildType + ".hxml"; + var sourceSet = destination + "/app/src/main"; var hasARMV5 = (ArrayHelper.containsValue (project.architectures, Architecture.ARMV5) || ArrayHelper.containsValue (project.architectures, Architecture.ARMV6)); var hasARMV7 = ArrayHelper.containsValue (project.architectures, Architecture.ARMV7);