Coder Social home page Coder Social logo

Comments (4)

ern1001 avatar ern1001 commented on June 18, 2024

I tried the above, and it did solve some "cannot resolve" problems when using build:gradle:3.1.3 , but I still consistently get "cannot resolve symbol IdlingResource". If I try to import android.support.test.espress.IdlingResource, it says "cannot resolve symbol IdlingResource". Tried all the usual invalidating caches, cleaning project, rebuilding project, shutting down AndroidStudio and restarting it again. Time to move on after spending 12 hours trying to get this to build in AndroidStudio.

from advancedandroid_teatime.

arnolde avatar arnolde commented on June 18, 2024

As of today, the StarterCode builds & runs for me with this build.gradle (app) which uses all the newest versions:

apply plugin: 'com.android.application'

android {
    compileSdkVersion 28
    defaultConfig {
        applicationId "com.example.android.teatime"
        minSdkVersion 16
        targetSdkVersion 28
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    api 'com.android.support:design:28.0.0'
    api 'com.android.support:support-annotations:28.0.0'
    api ('com.google.firebase:firebase-appindexing:17.1.0') {
        exclude group: 'com.android.support', module: 'support-media-compat'
        exclude group: 'com.android.support', module: 'support-v4'
    }
}

I won't go to the trouble of a pull request since it seems this repo isn't being maintained anyway.

from advancedandroid_teatime.

rizwanAtAppic avatar rizwanAtAppic commented on June 18, 2024

Gradle sync failed: Unsupported method: SyncIssue.getMultiLineMessage(). (Android Studio)

from advancedandroid_teatime.

rizwanAtAppic avatar rizwanAtAppic commented on June 18, 2024

https://stackoverflow.com/questions/64409047/gradle-sync-failed-unsupported-method-syncissue-getmultilinemessage-androi

from advancedandroid_teatime.

Related Issues (19)

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.