Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning:ignoreWarning is false, but we found loader classes are found in old secondary dex.是什么原因 #96

Closed
letyouthgoon opened this issue Sep 30, 2016 · 4 comments

Comments

@letyouthgoon
Copy link

Foundclasses: {
Lcom/tencent/tinker/loader/shareutil/ShareResPatchInfo;,
Lcom/tencent/tinker/loader/SystemClassLoaderAdder$V23;,
Lcom/tencent/tinker/loader/shareutil/ShareBsDiffPatchInfo;,
Lcom/tencent/tinker/loader/BuildConfig;,
Lcom/tencent/tinker/loader/shareutil/ShareFileLockHelper;,
Lcom/tencent/tinker/loader/SystemClassLoaderAdder$V14;,
Lcom/tencent/tinker/loader/SystemClassLoaderAdder$V4;,
Lcom/tencent/tinker/loader/TinkerTestDexLoad;,
Lcom/tencent/tinker/loader/TinkerSoLoader;,
Lcom/tencent/tinker/loader/TinkerDexLoader;,
Lcom/tencent/tinker/loader/TinkerResourcePatcher;,
Lcom/tencent/tinker/loader/AndroidNClassLoader;,
Lcom/tencent/tinker/loader/TinkerResourceLoader;,
Lcom/tencent/tinker/loader/shareutil/SharePatchInfo;,
Lcom/tencent/tinker/loader/shareutil/ShareDexDiffPatchInfo;,
Lcom/tencent/tinker/loader/SystemClassLoaderAdder$V19;,
Lcom/tencent/tinker/loader/SystemClassLoaderAdder;,
Lcom/tencent/tinker/loader/shareutil/ShareResPatchInfo$LargeModeInfo;
}
image

@junyuecao
Copy link
Contributor

没有加这个吧?

defaultConfig {
        /**
         * not like proguard, multiDexKeepProguard is not a list, so we can't just
         * add for you in our task. you can copy tinker keep rules at
         * build/intermediates/tinker_intermediates/tinker_multidexkeep.pro
         */
        multiDexKeepProguard file("keep_in_main_dex.txt")
}

@letyouthgoon
Copy link
Author

@junyuecao 3Q!

@springtom
Copy link

all loader classes don't appear in old primary dex

1 similar comment
@zjc
Copy link

zjc commented Jun 13, 2017

all loader classes don't appear in old primary dex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants