Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React-native on android 4.0.3. Possible?

Tags:

I am trying to create a react-native app to run on emu with 4.0.3 android. When i try to start the app. I got this error:

app:assembleDebug UP-TO-DATE   
app:installDebug FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:installDebug'.
> Failed to install on any devices.

If i run on 6.0 android, it works normally; but not with 4.0.3 version. is there anything i need to config ??!!

Please help.

like image 300
Vin Avatar asked Mar 25 '16 21:03

Vin


1 Answers

React native only supports API 16+ (Android 4.1) since it uses Choreographer

like image 184
Janic Duplessis Avatar answered Oct 12 '22 11:10

Janic Duplessis