android-hidden-api icon indicating copy to clipboard operation
android-hidden-api copied to clipboard

File Format Error Of Android-29

Open ShawnXiaFei opened this issue 5 years ago • 0 comments

Hello,

The android.jar in android-29 is not a Real jar. In fact, it is ...

android.jar |---- android29 |-------- android29.jar

And, android29.jar can not access to @hide-class. eg. android/util/ByteStringUtils.java.

/**
 * @hide
 */
public final class ByteStringUtils {

ShawnXiaFei avatar Sep 03 '20 10:09 ShawnXiaFei