-
Notifications
You must be signed in to change notification settings - Fork 52
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
[Android Studio support] Gradle build issue after creating. #120
Comments
Does this mean that you tried to open a generated module with Android Studio? |
@brodybits yes. I created Android only native module and open android folder from Android Studio and it added a gradle scripts and started to sync. |
Thanks. Marked as an enhancement as I am not yet motivated to support this case. |
The recommended approach is to generate the module with the example, then open the example project with Android Studio. You would likely have to copy artifacts between Using Yarn workspaces (#128) may help us out. Priority feature development with high-priority private support is available for commercial users, please contact sales@xpbrew.consulting for more details. |
This may be resolved by PR #135 in the 0.11.0 release. |
@brodybits Any plans to make old version build projects to upgrade to new versions? |
See #19, with workaround upgrade procedure now documented. I would appreciate if you would report whether or not this build issue is resolved by the upgrade. I hope to make the upgrade more automatic, no promise of timeline. Priority is given to commercial customers, please contact sales@xpbrew.consulting for more information. |
This is unrelated to Android Studio.
The offending line 121 is here. It is an exact copy of the line from the new library created with |
Should be fixed now, I just merged PR #194 and published a new release. In case of any further issues I would really appreciate a new issue with the standard minimal, reproducible example ([1]). [1] https://stackoverflow.com/help/minimal-reproducible-example |
After creating new native android module, I opened android folder using Android Studio. It added missing gradle files and started the sync process and below error occurs.
After editing
android/build.gradle
to below it get fixed.The text was updated successfully, but these errors were encountered: