-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
问题详细描述 Detailed description of the problem
WARNING: API 'variantOutput.getProcessManifest()' is obsolete and has been replaced with 'variantOutput.getProcessManifestProvider()'.
复现问题步骤 Steps to reproduce the problem
- 集成此版本报异常,
其它重要信息 Other important information
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.qihoo360.replugin:replugin-host-gradle:2.3.2'
api 'com.qihoo360.replugin:replugin-host-lib:2.3.2'
gradle-4.10.1-all
Android API Version:
Android 手机型号&ROM(Phone model & ROM):
Logcat上下文 Logcat context
WARNING: API 'variantOutput.getProcessManifest()' is obsolete and has been replaced with 'variantOutput.getProcessManifestProvider()'.
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 variantOutput.getProcessManifest(), use -Pandroid.debug.obsoleteApi=true on the command line to display a stack trace.
Affected Modules: app