Android IDE (AIDE) Support Forum

How to fix this Theme.AppCompat

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 :slight_smile:

1 Like

Previously

1 Like

After you advice me

1 Like

And now it’s working, haha i never thinking about it, you are rocker…

2 Likes