WARNING: API 'variant.getMergeAssets()' is obsolete and has been replaced with 'variant.getMergeAssetsProvider()'.
See original GitHub issueHi there,
As soon as I add the apply plugin: 'com.chaquo.python'
line, I get this error on gradle built:
WARNING: API 'variant.getMergeAssets()' is obsolete and has been replaced with 'variant.getMergeAssetsProvider()'.
It will be removed at the end of 2019.
For more information, see https://d.android.com/r/tools/task-configuration-avoidance.
To determine what is calling variant.getMergeAssets(), use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace.
Affected Modules: app
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
WARNING: API 'variant.getMergeAssets()' is obsolete and has ...
Just change: string variant.mergeAssets.doLast {. to: variant.mergeAssetsProvider.get().doLast {. It will work.
Read more >Android studio error : API 'variant.getMergeAssets()' is obsolete
getMergeAssets ()' is obsolete and has been replaced with 'variant.getMergeAssetsProvider()'. i try use cocos2dx 3.17.1 also 3.17.2 the warnings ...
Read more >cocos2d-build.gradle: API 'variant.getMergeAssets ... - 博客园
Sync时警告:build.gradle: API 'variant.getMergeAssets()' is obsolete and has been replaced with 'variant.getMergeAssetsProvider()'. 解决:. 改变
Read more >'variant.getMergeAssets()' is obsolete and has been replaced ...
API 'variant.getMergeAssets()' is obsolete and has been replaced with 'variant.getMergeAssetsProvider()'. 网上搜了一下:. Just change:
Read more >AAB fails to build: android/support/customtabs ... - Issue Tracker
debug.obsoleteApi=true on the command line to display a stack trace. WARNING: API 'variant.getMergeAssets()' is obsolete and has been replaced with ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hopefully. If you find any other problems related to Android Studio 3.3, please add them to this issue.
Warning fixed in Chaquopy 6.0.0.