GeekyAnts / vue-native-cli

Write Native Mobile Apps using Vue. Vue Native is a wrapper around React Native APIs
92 stars 21 forks source link

Build Failed #43

Closed emrecanmuslu closed 3 years ago

emrecanmuslu commented 3 years ago

Hi, I can run the react native project that I created, but when I want to run the vue native project I just created on android, I get this error; https://prnt.sc/wm36uu

RishabhKarnad commented 3 years ago

This looks like an issue with Android Studio tools not being correctly included on $PATH

RishabhKarnad commented 3 years ago

Please try with v0.2.0 and ensure that the Android development tools are added to your path variable. https://stackoverflow.com/a/43626724 https://github.com/facebook/react-native/issues/29147

Please reopen if the issue persists