HIMANSHU MISHRA
HIMANSHU MISHRA

Reputation: 159

What should I do to create a Android Build for React Native CLI App?

[![I am trying to build APK but I am getting this error.][1]][1]

Please help me to solve this problem. I am using React Native CLI and trying to build APK But I failed Please suggest me more ideas to do this

enter image description here

Upvotes: 0

Views: 43

Answers (1)

LonelyCpp
LonelyCpp

Reputation: 2673

It says the cli is missing. you need to run npm install @react-native-community/cli in your project root.

Upvotes: 1

Related Questions