React native android stuck in :app:mergeDebugResources -


when run react-native run-android android building stuck in :app:mergedebugresources , not report error.

here package.json file :

{ "name": "listeo", "version": "0.0.1", "private": true, "scripts": {     "start": "node node_modules/react-native/local-cli/cli.js start",     "test": "jest" }, "dependencies": {     "react": "16.0.0-alpha.12",     "react-native": "0.48.2" }, "devdependencies": {     "babel-jest": "21.0.2",     "babel-preset-react-native": "3.0.2",     "jest": "21.0.2",     "react-test-renderer": "16.0.0-alpha.12" }, "jest": {     "preset": "react-native" } } 

android build tools version : 23.0.1

i tested android build tools 25 , 26 didn't fixed.

how can solve problem?

try run cd android && ./gradlew clean && cd.. && react-native run-android keep build tool it's default patient times takes time


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -