Coder Social home page Coder Social logo

Comments (3)

xiangtailiang avatar xiangtailiang commented on May 30, 2024 1

我也遇到这个问题,是用as的Run Configurations 去除Dynamic features to deploy 的 java模块重现,选中就正常,去除就是这个错; 另外使用qigsawInstallDebug命令行正常; 这个是什么原因,有大佬解答一下吗

因为用AS的run,是把每个feature都打包成一个apk,然后通过 adb install-multiple安装的,这是系统支持的分包,不需要走qigsaw的插件加载流程。如果你去掉了java,那安装的时候就会少了java那个apk,里面的类JavaContentProvider当然会找不到了。

from qigsaw.

xiangtailiang avatar xiangtailiang commented on May 30, 2024

看堆栈是因为xml没有被正确修改,这是修改过程是插件做的,会把JavaContentProvider修改为JavaContentProvider_decorated,试试命令行的方式安装:
./gradlew qigsawInstallDebug

from qigsaw.

JarvisBuop avatar JarvisBuop commented on May 30, 2024

我也遇到这个问题,是用as的Run Configurations 去除Dynamic features to deploy 的 java模块重现,选中就正常,去除就是这个错; 另外使用qigsawInstallDebug命令行正常; 这个是什么原因,有大佬解答一下吗

from qigsaw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.