Android Gradle sync Problem

Asked 1 years ago, Updated 1 years ago, 109 views

This is the gradle of my app module. There was an error like above, so I asked God Google for an hour, but I don't know what it is...

Anyone know the solution? They want me to write tools:replace="android:value" in the mainfest as in the error Looking at the stackover flow, there were people who told me not to do that, and there were people who did it and it became weird. Please give me some advice if you know.

android gradle sync build

2022-09-22 16:56

2 Answers

First of all, I saw the error, and there is something overlapping with the manifest in the 25.3 support library and the 26.0 alpha support library, so I think you should decide between the two.

So I think you lowered the support library to 25.3 and fixed it

Since it's the alpha version, there must have been a conflict. In fact, the 26.0 support library is supported from Gradle 4. I think you haven't uploaded Android Studio in the latest version of 3.x yet, so I recommend you to upload it!


2022-09-22 16:56

The project gras is as above.

I lowered the support library version to 25.3.0, and there was no error. I still don't understand.It's not easy to understand what's what lol. I don't know why there's an error or why it's fixed!


2022-09-22 16:56

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.