码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2019-01-14 15:08:46      阅读:993      评论:0      收藏:0      [点我收藏+]

标签:ade   ons   bsp   ack   百度一下   error   nbsp   性问题   var   

 

导入 安卓项目报错


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‘ 

改低了之后, 这个问题解决了

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

标签:ade   ons   bsp   ack   百度一下   error   nbsp   性问题   var   

原文地址:https://www.cnblogs.com/xgjblog/p/10266019.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!