-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to resolve: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT #570
Comments
Same problem. |
Same problem |
Same problem. |
Same problem |
2 similar comments
Same problem |
Same problem |
For the time being, you can download the jar from @AlexRU18 and add it in the |
Yes, this is works, thank you |
same problem here |
@AlexRU18 can you share Jar file? I'm not finding. |
I have the .jar file in lib and in the app:
|
@AlexRU18 Thanks |
@KalinRangelovRangelov i think you should clean and rebuild project @Suchiq I was deleted the existing "implementation 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'" and add "implementation fileTree(include: ['*.jar'], dir: 'libs')" dont forget put jar into app/libs/ |
You need to put the jar directly in the libs folder |
@AlexRU18 - Clean/Rebuild or Invalidate Caches and Restart - does not work :( |
Since com.michaelpardo:activeandroid:3.1.0-SNAPSHOT has been removed from the maven repo I solved this issue by cloning the project and imported it as a module dependancy. You could also use the .jar file of course but I preferred this work around. |
Same problem here. |
@peterdk @AlexRU18 Thanks :) That solution solved my problem. |
Copy this jar, to lib folder and include in app/gradle something like this: implementation files('libs/activeandroid-3.1.0-SNAPSHOT.jar') comment out //implementation 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT' This solved my problem. |
Thanks, this solved my problem. |
In my project, I am using two modules.These two modules needs active android dependencies, so I copied the jar to module level libs folders. Now I am getting the below build error Program type already present: com.activeandroid.ActiveAndroid Caused by: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: Caused by: com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: Caused by: com.android.tools.r8.CompilationFailedException: Compilation failed to complete Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: com.activeandroid.ActiveAndroid |
I have followed the same instruction and successfully rebuild my project but when I am running my code on-device application was crashing and I have to get this error : |
https://drive.google.com/file/d/1EfsPM4h9KkApt9qNCZH7W2Hjz0ViXhuj/view |
If category is the newly added column, then need to upgrade the version of the database. |
please help, can you tell me where the lib folder sir ? thank youu |
It's inside the app folder. |
I did not add any column. I have just added jar file in the libs folder and after that, I have run my code that time getting this error. |
step by step solution here |
同样的问题 |
Download to local reference |
Please download the official jar: https://github.com/pardom-zz/ActiveAndroid/downloads Don't Get Hacked |
The jar file is no more available. Anybody has a valid link ? Or please upload it again somewhere, for example on Github. Thanks. |
I updated the link: |
I'm not able to compile Failed to resolve: com.michaelpardo:activeandroid:3.1.0-SNAPSHOT no repo at this path https://oss.sonatype.org/content/repositories/snapshots/com/michaelpardo/
please let me know how to resolve this issue.
The text was updated successfully, but these errors were encountered: