The minSdk version should not be declared in the android manifest file.
在react-native项目解析android包的时候,报了个错误error: The minSdk version should not be declared in the android manifest file. 这个错误如下图所示会显示在右下角。
出现这个问题的原因是Androidstudio3.0 以后不能在manifest.xml设置这些,必须在 gradle里设置
解决方案 把manifest.xml里的sdk最小版本设置都删掉(此处参考了这篇文章https://blog.****.net/yuge8930/article/details/85336450,感谢这位博主)