1. 程式人生 > >The module is an Android project without build variants, and cannot be built

The module is an Android project without build variants, and cannot be built

匯入 安卓專案報錯


Error:The module 'app' is an Android project without build variants, and cannot be built.
Please fix the module's configuration in the build.gradle file and sync the project again.

看不出來什麼鬼問題?

百度一下

https://stackoverflow.com/questions/49834961/the-module-app-is-an-android-project-without-build-variants

參考,看了一下。

將 classpath grdle 版本改低一些。  之前是  3.2.0 是最新的版本了。估計最新版有相容性問題吧。

將  classpath 'com.android.tools.build:gradle:3.1.0' 

改低了之後, 這個問題解決了