React Native - Could not install the app on the device
你編譯的苦我們都知道...
本篇為極簡的紀錄
一、踢到鐵板
當你在使用 React Native
正要運行專案時:
react-native run-android
結果不幸的噴出以下訊息:
沒錯親愛的!
就跟本文標題一樣:Could not install the app on the device
不要懷疑,99% 都是存取權限問題
仔細看看錯誤可以發現它執行了一行指令:
cd android && ./gradlew installDebug
剩下的 1% 是你忘了連接設備,或啟...
blog.robby570.tw1 min read