the build process is (perhaps accidentally) including
com/google/android/vending/licensing/LicenseValidator.java.orig
which certainly doesn’t belong in there
the build process is (perhaps accidentally) including
com/google/android/vending/licensing/LicenseValidator.java.orig
which certainly doesn’t belong in there
I just did an SDK build with the the latest daily build and I don’t see any strange files in the .apk. Are you doing an Enterprise build? or do you accidentally have that file in your source folder? SDK builds will copy any non-.lua file to the APK.
Rob
i’m using public build 2830.
main.lua:
print("i do nothing on purpose")
config.lua
application = { content = { width = 320, height = 480, scale = "letterbox", xAlign = "center", yAlign = "center", } }
build.settings
settings = { orientation = { default = "portrait", supported = { "portrait", "portraitUpsideDown" } } }
this is sufficient to replicate the problem.
It’s been fixed in a daily build. As I said with 2866, the problem isn’t occurring.
>> I don’t see any strange files in the .apk
>> It’s been fixed in a daily build
ahh, ok, then I just missed your point – rirst reply seemed only to say “could not replicate”, second seems to say “known problem, confirmed fixed” (i had checked the release notes, but didn’t see it mentioned) thx
Might have been one of the “Maintenance” entries.
There’s a new one, and verified still occurring with latest daily build 2871 (4/26): /network/LuaHelper.java.template
plugin portion of my build settings (in case its a plugin adding it)
plugins = { ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, },
Bug ID 45770
Rob
I just did an SDK build with the the latest daily build and I don’t see any strange files in the .apk. Are you doing an Enterprise build? or do you accidentally have that file in your source folder? SDK builds will copy any non-.lua file to the APK.
Rob
i’m using public build 2830.
main.lua:
print("i do nothing on purpose")
config.lua
application = { content = { width = 320, height = 480, scale = "letterbox", xAlign = "center", yAlign = "center", } }
build.settings
settings = { orientation = { default = "portrait", supported = { "portrait", "portraitUpsideDown" } } }
this is sufficient to replicate the problem.
It’s been fixed in a daily build. As I said with 2866, the problem isn’t occurring.
>> I don’t see any strange files in the .apk
>> It’s been fixed in a daily build
ahh, ok, then I just missed your point – rirst reply seemed only to say “could not replicate”, second seems to say “known problem, confirmed fixed” (i had checked the release notes, but didn’t see it mentioned) thx
Might have been one of the “Maintenance” entries.
There’s a new one, and verified still occurring with latest daily build 2871 (4/26): /network/LuaHelper.java.template
plugin portion of my build settings (in case its a plugin adding it)
plugins = { ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, },
Bug ID 45770
Rob