Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -android/gradle/gradle-wrapper
- xóa s ở http
- -android/build.gradle
- thêm maven { url "http://jcenter.bintray.com" } ở cả 2 repositories
- ( nếu gặp lỗi sau khi cài thư viện ( 1 số thư viện bắt react-native link thì mới bị ) thì vào node_modules, vào folder thư viện đó tìm đến file build.gradle replace cái jcenter() lại và thay bằng maven { url "http://jcenter.bintray.com" } )
- -android/app/build.gradle
- compileSdkVersion 26
- buildToolsVersion "26.0.2"
- -android/gradle.properties
- systemProp.http.proxyHost=192.168.5.8
- systemProp.http.proxyPort=3128
- systemProp.https.proxyHost=192.168.5.8
- systemProp.https.proxyPort=3128
Advertisement
Add Comment
Please, Sign In to add comment