Create android/app/src/main/assets/ this folder
#react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/
#cd android && ./gradlew assembleDebug
run this command but i got the error
============================================================================================= FAILURE: Build failed with an exception.
Where: Build file '/var/www/html/reactNative/wurthA/node_modules/react-native-reanimated/android/build.gradle' line: 89
What went wrong: A problem occurred configuring project ':react-native-reanimated'.
SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in your project's local properties file at '/var/www/html/reactNative/wurthA/android/local.properties'.
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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings
=============================================================================================