Dear All,
Could you help me for this issues ?
Try adding the following lines to your app’s build.gradle
dependencies {
compile fileTree(dir: ‘libs’, include: [’*.jar’])
compile ‘com.android.support:appcompat-v7:27.1.1’
}
Please notice that the version of the library can be changed to whatever you want.
If that did not help, share a screenshot of your build.gradle file. Also remove the @android:style/ from the parent
Wow thanks bro, it is works now, i am using @style instead of @android:style, I’m already use Dependencies of androidx appcompat, so the issues was from @android:style, you are so helper bro, thanks