Einstein icon indicating copy to clipboard operation
Einstein copied to clipboard

Android Build Instructions missing pre-req

Open codepoet80 opened this issue 6 years ago • 0 comments

Basic Information

  • MacOS / AndroidStudio 3
  • Built from source? Attempting...

Description of issue

The instructions at https://github.com/pguyot/Einstein/wiki/Einstein-On-Android do not work, because a dependency is missing. Upon opening the project, Android Studio reports "External Native Build Issues" and "Error Configuring" Project will not build or run.

Steps to reproduce issue

  • Follow the documented instructions, wait for project to load, observe error

Steps to resolve

  • Close Android Studio
  • From the OSX Command Line, run brew install ninja
  • Open Android Studio
  • Re-open Project

codepoet80 avatar Dec 09 '19 14:12 codepoet80