You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like META-INF and below directories are not included in the produced results, however META-INF/services may include for app functionality content. META-INF has to be excluded from the check, or at least services sub-directory. It isn't clear how it can be done without changing the code.
The text was updated successfully, but these errors were encountered:
android-platform_sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/ApkBuilder.java
Line 737 in a43666c
It looks like META-INF and below directories are not included in the produced results, however META-INF/services may include for app functionality content. META-INF has to be excluded from the check, or at least services sub-directory. It isn't clear how it can be done without changing the code.
The text was updated successfully, but these errors were encountered: