-
Notifications
You must be signed in to change notification settings - Fork 623
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
error: path may not be null or empty string. path='null' #110
Comments
It relates to the Signing of the app. That code is in this project, should not be really in my opinion. You can comment out the following lines ; //android.signingConfigs.release.storeFile rootProject.file(props.keyStore) That should get you going. |
comes out with another error No signature of method: org.gradle.api.internal.file.collections.DefaultConfigurableFileCollection.get() is applicable for argument types: () values: [] |
comes out with another error |
Just cloned the app and I ran into the same issue. The project successfully synced when I commented out the following lines in the app build.gradle. So I just needed to comment out three more lines from the original answer and it worked.
|
the error is pointed to this in gradle synchorniztion:
android.signingConfigs.release.storeFile rootProject.file(props.keyStore)
Do I need to do something extra?
The text was updated successfully, but these errors were encountered: