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
我写了个新的插件,直接运行插件的app可以运行,但是./gradlew packageDebugPlugin 生成插件zip包的时候报错:
Execution failed for task ':plugin-app:decodePluginDebugBinaryManifest'.
java.io.FileNotFoundException: /Users/marrkzhong/StudioProjects/team-twebrtc-plugins/projects/sample/maven/freeze-plugin-project/build/shadow/ApkanalyzerPath.txt (No such file or directory)
我写了个新的插件,直接运行插件的app可以运行,但是./gradlew packageDebugPlugin 生成插件zip包的时候报错:
Execution failed for task ':plugin-app:decodePluginDebugBinaryManifest'.
我看shadow的代码看到这个是shadow的task,想问下这种情况一般是manifest写错了什么吗?
The text was updated successfully, but these errors were encountered: