lots of "junk" in APK with recent dailies

not sure of exact version when started, but a build today w/ 3308 includes the following questionable files:

\com\android\vending\billing\IInAppBillingService.aidl

\com\google\api\client\repackaged\org\apache\commons\codec\language\dmrules.txt

\errorprone\Annotations.gwt.xml

\HACKED-META-INF\services\io.grpc.ManagedChannelProvider

\HACKED-META-INF\services\io.grpc.NameResolverProvider

\jsr305_annotations\Jsr305_annotations.gwt.xml

\META-INF\maven*  (many)

\META-INF\services\com.fasterxml.jackson.core.JsonFactory

\third_party\java_src\error_prone\project\annotations\Annotations.gwt.xml

\third_party\java_src\error_prone\project\annotations\Google_internal.gwt.xml

I suspect these are getting missed by various cleanup steps during the build?

btw, I realize that daily builds may have “flaws”, and that these files just sit there, doing no harm per se, but I’d still prefer a “clean” build w/o this “junk” even from a daily, reasonable?  am anxious to try out the new openal fix.  :slight_smile:

thx!

It’s perhaps because you use some library who require all this stuff

these are still just “junk” files that should have been removed.  (fe no one needs maven’s build logs at runtime!)

but, in case it matters, plugins section of build.settings:

 plugins = { ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, ["plugin.admob"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms={android=true} }, },

I’ll ask about it.

Rob

It’s perhaps because you use some library who require all this stuff

these are still just “junk” files that should have been removed.  (fe no one needs maven’s build logs at runtime!)

but, in case it matters, plugins section of build.settings:

 plugins = { ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, ["plugin.admob"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms={android=true} }, },

I’ll ask about it.

Rob