Skip to content

插件app.A和插件app.B都依赖第三方库(jar,aar)会不会冲突? #318

Open
@yqf19930712

Description

@yqf19930712

插件app.A和插件app.B都依赖第三方AAR(PullToRefresh),use strictSplitResources = false, 生成.so都包含PullToRefresh中class,同时加app.A.so和app.B.so会不会冲突?

Activity

galenlin

galenlin commented on Sep 20, 2016

@galenlin
Member

会的,公共库需要放到宿主或者lib.*中

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @yqf19930712@galenlin

        Issue actions

          插件app.A和插件app.B都依赖第三方库(jar,aar)会不会冲突? · Issue #318 · wequick/Small