parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 735 forks source link

Error After Adding Dependencies to my android studio project #1081

Closed pythonistastic closed 3 years ago

pythonistastic commented 3 years ago

Hey guys,

I have added this dependencies according to what is mentioned in here (Prase-SDK-Android), but when I click the Sync it shows failure to resolve.

I added the lines for maven { url "https://jitpack.io" } also the ext{} with the latest version and the implementation line in the dependencies.

This is the error I get when I run the project:

Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.github.parse-community.Parse-SDK-Android:parse:1.26. Searched in the following locations:

Possible solution:

Please help me with this error.

Jawnnypoo commented 3 years ago

Did you try it with 1.25.0 as well?

pythonistastic commented 3 years ago

Did you try it with 1.25.0 as well? Yes I have tried 1.25 but still the error shows up

Jawnnypoo commented 3 years ago

It needs to be 1.26.0 not just 1.26

pythonistastic commented 3 years ago

It needs to be 1.26.0 not just 1.26

Thanks man .. that solved it 🙌