Andrian_Must
Andrian_Must

Reputation: 157

Error in build at react-native run-android

I want to run my apps in cmd with react-native run-android but i have some problem without build the apps..

FAILURE: Build failed with an exception.

BUILD FAILED in 34s

I hope i can get some solution in here .. Thanks

Upvotes: 1

Views: 976

Answers (1)

hong developer
hong developer

Reputation: 13906

The root cause is related migration to Androidx, google play service updated to androidX

If you are using real-native-info, please upgrade. It will solve your problem with 2.1.2

See here apply link

Note: Upgrading com.google.android.gms to 17.0.0 will cause many problems.

It will work help for you

Upvotes: 1

Related Questions