3rd-party Gradle plug-ins may be the cause

后端 未结 17 839
悲哀的现实
悲哀的现实 2020-12-07 12:00

After updating to Android Studio 3.1 I got this error message:

The project works fine and this is mostly just a warning, so my question is what\'s the meani

17条回答
  •  伪装坚强ぢ
    2020-12-07 12:41

    Adding another answer for those who could not remove Instant App Provision, because it keeps reappearing.

    Build the project manually: ./gradlew assembleDebug

    It is a hotfix, but it will work (because the issue is probably related to Android Studio).

提交回复
热议问题