Advertisement
PnkFluffy

build error

Mar 29th, 2020
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. BUILD FAILED in 31s
  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.  
  6. FAILURE: Build failed with an exception.
  7.  
  8. * What went wrong:
  9. Execution failed for task ':app:mergeDebugResources'.
  10. > Multiple task action failures occurred:
  11. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  12. > 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
  13.  
  14. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  15. > 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
  16.  
  17. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  18. > 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
  19.  
  20. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  21. > 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
  22.  
  23. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  24. > 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
  25.  
  26. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  27. > 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
  28.  
  29. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  30. > 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
  31.  
  32. > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
  33. > 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
  34.  
  35.  
  36. * Try:
  37. 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.
  38.  
  39. * Get more help at https://help.gradle.org
  40.  
  41. BUILD FAILED in 31s
  42.  
  43. at makeError (/home/pnkfluffy/coding/SocialMerge/node_modules/execa/index.js:174:9)
  44. at Promise.all.then.arr (/home/pnkfluffy/coding/SocialMerge/node_modules/execa/index.js:278:16)
  45. at <anonymous>
  46. at process._tickCallback (internal/process/next_tick.js:188:7)
  47. pnkfluffy@bigfluffy:~/coding/SocialMerge$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement