Skip to content
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

Could not determine the dependencies of task ':react-native-photo-editor:compileDebugAidl'. #200

Open
muthugit opened this issue Feb 1, 2022 · 8 comments

Comments

@muthugit
Copy link

muthugit commented Feb 1, 2022

While build the apk getting

* What went wrong:
Could not determine the dependencies of task ':react-native-photo-editor:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':react-native-photo-editor:debugCompileClasspath'.
   > Could not find com.github.prscX:photo-editor-android:master-SNAPSHOT.
     Required by:
         project :react-native-photo-editor
@vudjzx
Copy link

vudjzx commented Feb 2, 2022

Having the same issue here. @1.0.12

@PiotrBorowski
Copy link

Same here at 1.0.6

@crckmc
Copy link

crckmc commented Feb 2, 2022

The dependency "com.github.prscX:photo-editor-android:master-SNAPSHOT" can not be resolved.
A temporary fix is to remove the "-SNAPSHOT" from the name.

Its in "android\build.gradle" if you're wondering :)

@jcalixte
Copy link

jcalixte commented Feb 2, 2022

The dependency "com.github.prscX:photo-editor-android:master-SNAPSHOT" can not be resolved. A temporary fix is to remove the "-SNAPSHOT" from the name.

The workaround looks good, thank!

@PiotrBorowski
Copy link

Something failed:
⚠️ WARNING: Gradle 'publishToMavenLocal' task not found. Please add the 'maven-publish' or 'maven' plugin. See the documentation and examples: https://jitpack.io/docs/
https://jitpack.io/com/github/prscx/photo-editor-android/master-f5dc1ff4f3-1/build.log

@bakir97
Copy link

bakir97 commented Feb 2, 2022

The dependency "com.github.prscX:photo-editor-android:master-SNAPSHOT" can not be resolved. A temporary fix is to remove the "-SNAPSHOT" from the name.

Its in "android\build.gradle" if you're wondering :)

I have the same problem right now...
This won't work with something like app center, you can change the file locally but because it's in node_modules when you run again install it will be gone

@crckmc
Copy link

crckmc commented Feb 2, 2022

The dependency "com.github.prscX:photo-editor-android:master-SNAPSHOT" can not be resolved. A temporary fix is to remove the "-SNAPSHOT" from the name.
Its in "android\build.gradle" if you're wondering :)

I have the same problem right now... This won't work with something like app center, you can change the file locally but because it's in node_modules when you run again install it will be gone

if its time critical make a fork and then reference your repo

@jcalixte
Copy link

jcalixte commented Feb 2, 2022

This won't work with something like app center, you can change the file locally but because it's in node_modules when you run again install it will be gone

FYI, I used patch package to be sure this workaround is set after each npm install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants