Giter Club home page Giter Club logo

Comments (3)

kenticus avatar kenticus commented on August 24, 2024

http://stackoverflow.com/a/22976675/661074

from androidviewhover.

xzedx avatar xzedx commented on August 24, 2024

Error:(14, 0) Gradle DSL method not found: 'renderscriptSupportMode()'

from androidviewhover.

rajanbhavsar avatar rajanbhavsar commented on August 24, 2024

We are unable to make the buil with below build.gradle:

apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
    applicationId "me.majiajie.pagerbottomtabstriptest"
    minSdkVersion 15
    targetSdkVersion 23
    renderscriptTargetApi 18
    renderscriptSupportMode true
    versionCode 1
    versionName "1.0"
}

buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}

lintOptions {
    abortOnError false
}

}

allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['_.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.3.0'
// compile project(':pager-bottom-tab-strip')
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:cardview-v7:23.1.1'
/_compile 'com.android.support:design:23.1.1'*/
compile 'com.github.navasmdc:MaterialDesign:1.5@aar'
compile project(':pager-bottom-tab-strip')
compile('com.mikepenz:aboutlibraries:5.3.4@aar') {
transitive = true
}
compile('com.mikepenz:materialdrawer:4.5.9@aar') {
transitive = true
}
compile 'com.github.chrisbanes:PhotoView:1.2.6'
compile 'com.nineoldandroids:library:2.4.+'

//Blur layout
compile 'com.daimajia.easing:library:1.0.0@aar'
compile 'com.daimajia.androidanimations:library:1.1.2@aar'
compile 'com.daimajia.androidviewhover:library:1.0.4@aar'

compile 'com.mikepenz:iconics-core:2.5.1@aar'
compile 'com.mikepenz:google-material-typeface:2.1.0.1.original@aar'
compile 'com.mikepenz:fontawesome-typeface:4.5.0.1@aar'
compile 'com.facebook.rebound:rebound:0.3.8'
compile files('libs/butterknife-6.1.0.jar')
compile files('libs/greendao-1.3.7.jar')
compile files('libs/gson-2.2.2.jar')
compile files('libs/httpmime-4.1.3.jar')
compile files('libs/pinyin4j-2.5.0.jar')
compile files('libs/uil.jar')
compile files('libs/volley.jar')

}

from androidviewhover.

Related Issues (20)

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.