Giter VIP home page Giter VIP logo

Comments (5)

Mayur1496 avatar Mayur1496 commented on July 20, 2024

Can you please specify which class or method is displaying "cannot resolve symbol".

from ud845-pets.

bmarcio20 avatar bmarcio20 commented on July 20, 2024

thanks for your response @Mayur1496. I am getting this errors on the import statement itself.
androidstudio

When i position the caret above the red lines, the "cannot resolve symbol" error appears.

from ud845-pets.

 avatar commented on July 20, 2024

Make sure that you have this dependency in your build.gradle file under dependecies:

compile 'com.android.support:appcompat-v7:26.0.0-alpha1'

This is the current latest version of support library. So you might get an error if you are not using compileSdkVersion 26.

This is how my whole build.gradle file looks like:

apply plugin: 'com.android.application'

android {
    compileSdkVersion 26
    buildToolsVersion '26.0.1'

    defaultConfig {
        applicationId "com.example.android.pets"
        minSdkVersion 15
        targetSdkVersion 26
        versionCode 1
        versionName "1.0"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
    compile 'com.android.support:design:26.0.0-alpha1'
}

from ud845-pets.

bmarcio20 avatar bmarcio20 commented on July 20, 2024

I'm really really sorry for so much time with no answer, my carreer took me in another direction and I was not able to continue with this. I'm sure this is already very outdated and maybe obsolete. So I'm sugesting to close this issue. I want to thank everyone who took time to reply and apologize again for the delay.

from ud845-pets.

nano-fruit avatar nano-fruit commented on July 20, 2024

getSupportLoaderManager

instead of getLoaderManager()
solves the issue, don't worry even if it says it's deprecated. It just works.

from ud845-pets.

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.