-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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 cannot display webp #47607
Labels
Needs: Attention
Issues where the author has responded to feedback.
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Platform: Android
Android applications.
Comments
react-native-bot
added
Platform: Android
Android applications.
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
labels
Nov 14, 2024
Warning Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
|
@nianxiongdi Try checking once on latest |
➜ android git:(master) ✗ ./gradlew clean build
> Configure project :expo
Using expo modules
- expo-asset (10.0.10)
- expo-brightness (12.0.1)
- expo-clipboard (6.0.3)
- expo-constants (16.0.2)
- expo-file-system (17.0.1)
- expo-font (12.0.10)
- expo-keep-awake (13.0.2)
- expo-modules-core (1.12.24)
> Configure project :react-native-reanimated
Android gradle plugin: 8.5.0
Gradle: 8.8
> Task :expo-modules-core:externalNativeBuildCleanDebug
Clean expo-modules-core-armeabi-v7a
Clean expo-modules-core-arm64-v8a
Clean expo-modules-core-x86
Clean expo-modules-core-x86_64
> Task :expo-modules-core:externalNativeBuildCleanRelease FAILED
Clean expo-modules-core-x86
C/C++: CMake Error in CMakeLists.txt:
C/C++: Imported target "ReactAndroid::jsi" includes non-existent path
C/C++: "/Users/.gradle/caches/8.8/transforms/e9ece4ab06dce1d987888c4dc6dad0c4/transformed/react-android-0.75.2-release/prefab/modules/jsi/include"
C/C++: in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
C/C++: * The path was deleted, renamed, or moved to another location.
C/C++: * An install or uninstall procedure did not complete successfully.
C/C++: * The installation package was faulty and references files it does not
C/C++: provide.
C/C++: CMake Generate step failed. Build files cannot be regenerated correctly.
C/C++: ninja: error: rebuilding 'build.ninja': subcommand failed
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':expo-modules-core:externalNativeBuildCleanRelease'.
> com.android.ide.common.process.ProcessException: ninja: Entering directory `/Users/Desktop/rn/awesomeprojectdemo/node_modules/expo-modules-core/android/.cxx/RelWithDebInfo/303t2c6e/x86'
[0/1] Re-running CMake...
-- Configuring done
-- Generating done
FAILED: build.ninja
/Users/Library/Android/sdk/cmake/3.22.1/bin/cmake --regenerate-during-build -S/Users/Desktop/rn/awesomeprojectdemo/node_modules/expo-modules-core/android -B/Users/Desktop/rn/awesomeprojectdemo/node_modules/expo-modules-core/android/.cxx/RelWithDebInfo/303t2c6e/x86
C++ build system [clean] failed while executing:
/Users/Library/Android/sdk/cmake/3.22.1/bin/ninja \
-C \
/Users/Desktop/rn/awesomeprojectdemo/node_modules/expo-modules-core/android/.cxx/RelWithDebInfo/303t2c6e/x86 \
clean
from /Users/didDesktop/rn/awesomeprojectdemo/node_modules/expo-modules-core/android
CMake Error in CMakeLists.txt:
Imported target "ReactAndroid::jsi" includes non-existent path
"/Users/.gradle/caches/8.8/transforms/e9ece4ab06dce1d987888c4dc6dad0c4/transformed/react-android-0.75.2-release/prefab/modules/jsi/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
CMake Generate step failed. Build files cannot be regenerated correctly.
ninja: error: rebuilding 'build.ninja': subcommand failed
* 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.
> Get more help at https://help.gradle.org.
BUILD FAILED in 6s
25 actionable tasks: 15 executed, 10 up-to-date |
github-actions
bot
added
Needs: Attention
Issues where the author has responded to feedback.
and removed
Needs: Author Feedback
labels
Nov 14, 2024
@shubhamguptadream11 can you provide a configuration? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Needs: Attention
Issues where the author has responded to feedback.
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Platform: Android
Android applications.
Description
Steps to reproduce
./gradlew clean build
npm run android
. directly, the static image will be displayed.React Native Version
0.76.1
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
none
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: