Running react native app in Visual studio emulator for android

708 views Asked by At

I am beginner of React-Native. I have Visual studio emulator for Android.can someone tell me how to run react native app in that?I added Visual Studio Emulator as External Tools. I followed (https://blogs.msdn.microsoft.com/devops/2015/07/20/using-the-visual-studio-emulator-for-android-from-android-studio-or-eclipse-with-adt/) link to add Visual Studio emulator with Android Studio.

1.I tried building the project using 'react-native run-android' which ends with some build error. "Execution failed for task:'app:processGoogle services' No matching client found"

  1. I tried "Gradlew build" which gave me the same error

  2. I cleared the cache using cd android && ./gradlew clean

  3. I tried "gradlew cleanBuildCache" but no use

am i doing something wrong? or how can i run React native app in Visual studio emulator for Android.Thanks

0

There are 0 answers