-
Notifications
You must be signed in to change notification settings - Fork 260
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
Fire App Builder will not Finish Install #59
Comments
Hi StevenEsqTwo, If you have an absolute path specified in your Gradle script for the output file, then please note that absolute paths are not supported when setting an output file name. Also, instead of
|
Hi levonlevonian: Thank you very much for your very helpful feedback. I am getting one last error which I hope you have seen before! Any clues? Thank you so much for looking. A problem occurred evaluating script.
Here is my existing script with your recommendations: def all = applicationVariants.all { variant ->
} |
Hi StevenEsqTwo, To be able to use |
I have followed all the the directions at https://developer.amazon.com/docs/fire-app-builder/download-and-build.html and run all of the updates when prompted. I have "cleaned" and "rebuilt" the project numerous times but still no dice. Any feedback is appreciated.
Here's the error:
Caused by: groovy.lang.GroovyRuntimeException: Cannot set the value of read-only property 'outputFile' for ApkVariantOutputImpl_Decorated{apkData=Main{type=MAIN, fullName=debug, filters=[], versionCode=10, versionName=1.0.7}} of type com.android.build.gradle.internal.api.ApkVariantOutputImpl.
More Details:
FAILURE: Build failed with an exception.
Where:
Script 'E:\Git\fire-app-builder\Application\artifacts.gradle' line: 19
What went wrong:
A problem occurred configuring project ':app'.
The text was updated successfully, but these errors were encountered: