You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure that you have neccessary tools installed for android such as
4
+
SDK and build tools with 27
5
+
i.e mentioned in `build.gradle`
6
+
```
7
+
buildToolsVersion = "27.0.3"
8
+
minSdkVersion = 19
9
+
compileSdkVersion = 27
10
+
targetSdkVersion = 27
11
+
supportLibVersion = "27.1.1"
12
+
```
13
+
14
+
Also note that i am using react-native 0.56.0 that is latest for now, with upgraded gradle 3+ with 4.4 distributions `distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip`
0 commit comments