android-platform_sdk
android-platform_sdk copied to clipboard
To keep the deprecated apkbuilder tool alive should it break.
https://github.com/miracle2k/android-platform_sdk/blob/a43666cc4f8d3e9eaf0ef7bdb24696c02c2622b5/sdkmanager/libs/sdklib/src/com/android/sdklib/build/ApkBuilder.java#L737 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...
I tried using the given approach to capture the screenshot of a connected Android device but the compiler gives the error that it cannot resolve 'AndroidDebugBridge' and other com.android.ddmlib packages....