Giter Club home page Giter Club logo

Comments (7)

D-clock avatar D-clock commented on August 19, 2024

@ronanhardiman 我提交的build.gradle文件有这一句啊

apply plugin: 'com.android.application'

from androidalbum.

ronanhardiman avatar ronanhardiman commented on August 19, 2024

@D-clock build.gradle 里面是有这一句,可能跟整体的配置有关吧。我导出其他工程没有这个问题。

from androidalbum.

mackkill avatar mackkill commented on August 19, 2024

我也遇到这个问题了,楼主是用了什么插件吗? Plugin with id 'com.android.application' not found

from androidalbum.

D-clock avatar D-clock commented on August 19, 2024

@ronanhardiman @mackkill 嗯,要说插件就是腾讯bugly的插件,具体的我在README文件中说明啦!

apply plugin: 'com.android.application'
apply plugin: 'bugly' //添加Bugly符号表插件

剩下的就是Project的build.gradle的配置了!顺便说一下,我的AndroidStudio是1.5.1的

我的Project的build.gradle文件内容如下:

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.5.0'
        classpath 'com.novoda:bintray-release:0.3.4'
        classpath 'com.tencent.bugly:symtabfileuploader:1.3.9'
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
        mavenCentral();
        maven {
            url 'https://oss.sonatype.org/content/repositories/releases'
        }
        maven {
            url 'https://oss.sonatype.org/content/repositories/snapshots'
        }
    }
}

from androidalbum.

mackkill avatar mackkill commented on August 19, 2024

@D-clock 折腾半天终于弄好了,我这边主要的问题是腾讯那个bugly插件的问题,不知道为什么项目都不报错了,但是就是编译过不了,最后我是把这块都屏蔽了才能运行了。还有就是开始导入项目的时候要开着翻墙让他自己下载一些库,哎,在天朝用studio太费劲了。 还有就是我的AS是1.5.0。最后多谢楼主资源的共享!

from androidalbum.

D-clock avatar D-clock commented on August 19, 2024

@mackkill ok!有其他bug欢迎继续提交反馈。 @ronanhardiman 你的问题解决了吗?

from androidalbum.

tracyliu1 avatar tracyliu1 commented on August 19, 2024

最外层的build.gradle依旧是没有的,导了之后还不能跑

from androidalbum.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.