React-native for android 4.0.3. Possible?

I am trying to create a responsive application to run on emu with 4.0.3 android. When I try to run the application. 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 fine; but not with version 4.0.3. is there anything i need to configure ?? !!

Please, help.

+5
source share
1 answer

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

+4
source

Source: https://habr.com/ru/post/1245795/


All Articles