Android & 0.47
See original GitHub issuebug report
(tbh it’s more of an headsup, I know the new version just rolled out yesterday so no rush)
Maybe related to #133 or #131?
library version
├── gl-react@3.9.0
└── gl-react-native@3.9.0
Expected behaviour
To get react-native run-android
to build the apk.
Actual behavior
Get this error:
:RNGL:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
/Users/kelset/Developer/ETV/the-week-react/node_modules/gl-react-native/android/src/main/java/fr/greweb/rngl/RNGLPackage.java:23: error: method does not override or implement a method from a supertype
@Override
^
Note: /.../node_modules/gl-react-native/android/src/main/java/fr/greweb/rngl/GLImagesModule.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /.../node_modules/gl-react-native/android/src/main/java/fr/greweb/rngl/EXGLViewManager.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
:RNGL:compileReleaseJavaWithJavac FAILED
Steps to reproduce the behaviour
Update to react-native v0.47
and run command react-native run-android
.
– Edit: I think the fix should be quite easy - by looking at another lib.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How can I get 0.47 for android : r/OpenMW - Reddit
So i have my saves on my Android and PC synced. And i just updated my PC omw to version 0.47 and i...
Read more >Releases · docent27/OMW - GitHub
OpenMW for Android. ... version of OMW (OpenMW) for mobile devices based on the Android operating system. ... OpenMW-Android 0.47.2 Release (arm64 only)....
Read more >The Elder Scrolls III: Morrowind on Android! First look - YouTube
First look - OpenMW 0.47 ... first video in which I will show how The Elder Scrolls III: Morrowind runs on Android thanks...
Read more >Files · 0.47.0-43-nightly · OpenMW / openmw-android - GitLab
Go into the buildscripts directory and run ./build.sh . The script will automatically download the Android native toolchain and all dependencies ...
Read more >Samsung Internet Browser Beta 18.0.0.47 (arm-v7a) (nodpi ...
Samsung Internet Browser Beta 18.0.0.47 (arm-v7a) (nodpi) (Android 7.0+) APK Download by Samsung Electronics Co., Ltd. - APKMirror Free and safe Android APK ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
related https://github.com/facebook/react-native/commit/c143313a20eab73e224fbb495e3d139ce8e507a0
yeah I think let’s create a new issue. i hope this is easy to solve, I wonder where
RCTBridge+JavaScriptCore.h
have moved and how we can migrate current code (i don’t think Expo have yet addressed that, they usually are a bit behind RN releases)