導入 安卓項目報錯
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'
改低了之后, 這個問題解決了