Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\cfriedlander\Desktop\temp\FairWallet\src>react-native run-android
- error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:
- - react-native-qrcode-local-image (to unlink run: "react-native unlink react-native-qrcode-local-image")
- - react-native-camera (to unlink run: "react-native unlink react-native-camera")
- This is likely happening when upgrading React Native from below 0.60 to 0.60 or above. Going forward, you can unlink this dependency via "react-native unlink <dependency>" and it will be included in your app automatically. If a library isn't compatible with autolinking, disregard this message and notify the l
- ibrary maintainers.
- Read more about autolinking: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md
- info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
- (node:40036) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
- (Use `node --trace-warnings ...` to show where the warning was created)
- Jetifier found 1141 file(s) to forward-jetify. Using 16 workers...
- info Starting JS server...
- 'adb' is not recognized as an internal or external command,
- operable program or batch file.
- info Launching emulator...
- error Failed to launch emulator. Reason: No emulators found as an output of `emulator -list-avds`.
- warn Please launch an emulator manually or connect a device. Otherwise app may fail to launch.
- info Installing the app...
- > Configure project :@react-native-community_async-storage
- NDK is missing a "platforms" directory.
- If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to C:\Users\cfriedlander\AppData\Local\Android\Sdk\ndk-bundle.
- If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
- > Configure project :@react-native-community_netinfo
- NDK is missing a "platforms" directory.
- If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to C:\Users\cfriedlander\AppData\Local\Android\Sdk\ndk-bundle.
- If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
- > Configure project :app
- NDK is missing a "platforms" directory.
- If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to C:\Users\cfriedlander\AppData\Local\Android\Sdk\ndk-bundle.
- If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
- Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
- Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
- Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
- Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
- Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
- Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01
- Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01
- Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01
- Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01
- Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01
- NDK is missing a "platforms" directory.
- If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to C:\Users\cfriedlander\AppData\Local\Android\Sdk\ndk-bundle.
- If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
- 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.0.1/userguide/command_line_interface.html#sec:command_line_warnings
- FAILURE: Build failed with an exception.
- * What went wrong:
- A problem occurred configuring project ':app'.
- > java.lang.NullPointerException (no error message)
- * 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 18s
- error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment. Run CLI with --verbose flag for more details.
- Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
- FAILURE: Build failed with an exception.
- * What went wrong:
- A problem occurred configuring project ':app'.
- > java.lang.NullPointerException (no error message)
- * 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 18s
- at checkExecSyncError (node:child_process:826:11)
- at execFileSync (node:child_process:864:15)
- at runOnAllDevices (C:\Users\cfriedlander\Desktop\temp\FairWallet\src\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:94:39)
- at processTicksAndRejections (node:internal/process/task_queues:96:5)
Advertisement
Add Comment
Please, Sign In to add comment