react-native-i18n icon indicating copy to clipboard operation
react-native-i18n copied to clipboard

minSDK property should be removed from manifest

Open tigranbalayan opened this issue 5 years ago • 5 comments

Android compiling error. minSDK property should be removed from manifest.

tigranbalayan avatar Sep 06 '18 06:09 tigranbalayan

I currently have this error too even with react-native-languages package.

If I uninstall the package the sync will be valid. It's clearly an issue to me.

jonathangreco avatar Sep 17 '18 13:09 jonathangreco

The issue is that this treated as an error and it's extremely annoying to deal with.

numen31337 avatar Sep 26 '18 10:09 numen31337

I not have this issue with gradle 4.4.

distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

And this dependancy :

        classpath 'com.android.tools.build:gradle:3.1.2'

jonathangreco avatar Sep 26 '18 11:09 jonathangreco

Right, but when you updates to classpath 'com.android.tools.build:gradle:3.2.0' the error appears.

numen31337 avatar Sep 26 '18 11:09 numen31337

It would be nice to have this PR merged.

franck-nadeau avatar Apr 18 '19 19:04 franck-nadeau