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
A solution for the first is to set the dexElements field of the dexPathList Field in the BaseDexClassLoader.class,It's ok after api 4.
And a better solution for the second is to invoke the static method currentPackageName() in ActivityThread.class. Here's the code:
A solution for the first is to set the dexElements field of the dexPathList Field in the BaseDexClassLoader.class,It's ok after api 4.
And a better solution for the second is to invoke the static method currentPackageName() in ActivityThread.class. Here's the code:
The text was updated successfully, but these errors were encountered: