Skip to product information
1 of 1

error appcompat_v7 vietsub

error appcompat_v7 vietsub: BONGDATV

error appcompat_v7 vietsub: BONGDATV

Regular price VND 99.577
Regular price Sale price VND 99.577
Sale Sold out

daftar

error appcompat_v7 vietsub: Android appcompat v7:23 - Stack Overflow,Android appcompat-v7, latest version? - RemObjects Talk,Could not find com.android.support:appcompat-v7:26.1.0. #203,GradleCompatible error: implementation 'com.android.support:appcompat ...,
Are you using AppCompat and setting an AppCompat theme? If so then it is needed. Note that the compiler will convert it to the relevant AndroidX class automatically.
Manual download steps: Run SDK manager at least once after installation, so it would create its config folder. Find .android folder in your home folder ( ~ on *nix, C:\Users\ on Windows)
First you need to download the latest support repository (17 by the time I write this) from internal SDK manager of Android Studio or from the stand alone SDK manager. Then you can add compile 'com.android.support:appcompat-v7:23..0' or any other support library you want to your build.gradle file.
Solution : Go to your build.gradle file and in your dependencies find the appcompat one, something like compile 'com.android.support:appcompat-v7:XX.X.X' Change it to compile 'com.android.support:appcompat-v7:XX.X.+'
View full details