-
Notifications
You must be signed in to change notification settings - Fork 152
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
Breaking change in 0.0.27 #237
Comments
Same here |
@avishayil Any hint on what could be the issue? |
Same here... |
same , issue hasn't been resolved till yet . any solutions ? |
Same issue |
My project also fails with version 0.0.27. here is the stack trace. it seems config changes in the gradle file causes the problem. FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* Where:
Build file 'WORKSPACE_PATH\node_modules\react-native-restart\android\build.gradle' line: 23
* What went wrong:
A problem occurred evaluating project ':react-native-restart'.
> No signature of method: build_2k4vbuxm6hlvf6nnm9k7e5wd5.android() is applicable for argument types: (build_2k4vbuxm6hlvf6nnm9k7e5wd5$_run_closure1) values: [build_2k4vbuxm6hlvf6nnm9k7e5wd5$_run_closure1@7ddd09ef]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':react-native-restart'.
> compileSdkVersion is not specified. Please add it to build.gradle
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
============================================================================== |
I had the same problem and had to move back to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VERSION =0.027
Package is working fine with VERSION=0.0.24
The text was updated successfully, but these errors were encountered: