Advertisement
PnkFluffy

react-native run-android error message

Mar 29th, 2020
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. BUILD FAILED in 25s
  2.  
  3. error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/getting-started.html#android-development-environment. Run CLI with --verbose flag for more details.
  4. Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
  5. Note: /home/pnkfluffy/coding/SocialMerge/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerButtonViewManager.java uses or overrides a deprecated API.
  6. Note: Recompile with -Xlint:deprecation for details.
  7. Note: Some input files use unchecked or unsafe operations.
  8. Note: Recompile with -Xlint:unchecked for details.
  9. Note: Some input files use or override a deprecated API.
  10. Note: Recompile with -Xlint:deprecation for details.
  11. Note: /home/pnkfluffy/coding/SocialMerge/node_modules/react-native-fbsdk/android/src/main/java/com/facebook/reactnative/androidsdk/Utility.java uses unchecked or unsafe operations.
  12. Note: Recompile with -Xlint:unchecked for details.
  13. Note: /home/pnkfluffy/coding/SocialMerge/node_modules/@react-native-firebase/app/android/src/reactnative/java/io/invertase/firebase/app/ReactNativeFirebaseAppInitProvider.java uses or overrides a deprecated API.
  14. Note: Recompile with -Xlint:deprecation for details.
  15. Note: /home/pnkfluffy/coding/SocialMerge/node_modules/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/NodesManager.java uses or overrides a deprecated API.
  16. Note: Recompile with -Xlint:deprecation for details.
  17. Note: /home/pnkfluffy/coding/SocialMerge/node_modules/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/NodesManager.java uses unchecked or unsafe operations.
  18. Note: Recompile with -Xlint:unchecked for details.
  19.  
  20. FAILURE: Build failed with an exception.
  21.  
  22. * What went wrong:
  23. Execution failed for task ':app:mergeDebugResources'.
  24. > Multiple task action failures occurred:
  25. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  26. > AAPT2 aapt2-3.5.2-5435860-linux Daemon #0: AAPT2 is not supported on 32-bit Linux, see supported systems on https://developer.android.com/studio#system-requirements-a-namerequirementsa
  27.  
  28. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  29. > AAPT2 aapt2-3.5.2-5435860-linux Daemon #5: AAPT2 is not supported on 32-bit Linux, see supported systems on https://developer.android.com/studio#system-requirements-a-namerequirementsa
  30.  
  31. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  32. > AAPT2 aapt2-3.5.2-5435860-linux Daemon #3: AAPT2 is not supported on 32-bit Linux, see supported systems on https://developer.android.com/studio#system-requirements-a-namerequirementsa
  33.  
  34. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  35. > AAPT2 aapt2-3.5.2-5435860-linux Daemon #2: AAPT2 is not supported on 32-bit Linux, see supported systems on https://developer.android.com/studio#system-requirements-a-namerequirementsa
  36.  
  37. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  38. > AAPT2 aapt2-3.5.2-5435860-linux Daemon #1: AAPT2 is not supported on 32-bit Linux, see supported systems on https://developer.android.com/studio#system-requirements-a-namerequirementsa
  39.  
  40. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  41. > AAPT2 aapt2-3.5.2-5435860-linux Daemon #7: AAPT2 is not supported on 32-bit Linux, see supported systems on https://developer.android.com/studio#system-requirements-a-namerequirementsa
  42.  
  43. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  44. > AAPT2 aapt2-3.5.2-5435860-linux Daemon #4: AAPT2 is not supported on 32-bit Linux, see supported systems on https://developer.android.com/studio#system-requirements-a-namerequirementsa
  45.  
  46. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  47. > AAPT2 aapt2-3.5.2-5435860-linux Daemon #6: AAPT2 is not supported on 32-bit Linux, see supported systems on https://developer.android.com/studio#system-requirements-a-namerequirementsa
  48.  
  49.  
  50. * Try:
  51. 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.
  52.  
  53. * Get more help at https://help.gradle.org
  54.  
  55. BUILD FAILED in 25s
  56.  
  57. at makeError (/home/pnkfluffy/coding/SocialMerge/node_modules/execa/index.js:174:9)
  58. at Promise.all.then.arr (/home/pnkfluffy/coding/SocialMerge/node_modules/execa/index.js:278:16)
  59. at <anonymous>
  60. at process._tickCallback (internal/process/next_tick.js:188:7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement