Results 58 comments of

> 相同内存泄漏,解决了吗? 放弃吧,自己下代码改吧,作者都不解决

Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. > com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/maven/com.squareup.okio/okio/pom.properties > File1: /home/moziqi/.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/1.4.0/5b72bf48563ea8410e650de14aa33ff69a3e8c35/okio-1.4.0.jar > File2: /home/moziqi/AndroidStudioProjects/SimplifyReader/app/build/intermediates/exploded-aar/com.umeng/message/2.4.1/jars/libs/com.umeng.message.lib_v2.4.1.jar

有空理下我吗

Gradle Terrence803 2019/12/14 19:09 1c55e364 给这个大爷改出bug出来,没测试好,就提pr?还给合上去??

if (name != null && name.startsWith(".")) { name = info.activityInfo.packageName + info.activityInfo.name; }

if (targetComponentName != null && targetComponentName.getClassName().startsWith("")) { targetIntent.setClassName(targetComponentName.getPackageName(), targetComponentName.getPackageName() + targetComponentName.getClassName()); }

if (targetComponentName != null && targetComponentName.getClassName().startsWith(".")) { targetIntent.setClassName(targetComponentName.getPackageName(), targetComponentName.getPackageName() + targetComponentName.getClassName()); }