任务不在根项目中

时间:2018-11-16 03:58:49

标签: android android-studio android-gradle pygame build.gradle

this project导入Android Studio后,我仍然收到错误消息

Task 'assemble' not found in root project 'brick-blast-ball-RL-master'.

我已经尝试通过gradle修复此问题,并且该构建可以在.cmd终端中运行,但是由于上述错误,该构建一直失败。

this question无法解决问题,所有构面均已删除。

我需要对上面链接的代码执行什么操作才能在手机上运行它?

等级:

task assemble{

}
buildscript {
    repositories {
        mavenCentral()
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.2'
    }
}

allprojects {
    repositories {
        mavenCentral()
        google()
   }
}

0 个答案:

没有答案