有沒有人也遇過這個問題呢?
Error running app: Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled.
我平常都是用 Genymotion 來測試的
今天突然就遇上這個問題了
有沒有人也遇過這個問題呢?
Error running app: Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled.
我平常都是用 Genymotion 來測試的
今天突然就遇上這個問題了
大家還記得我們的 drawable 資料夾有分好幾個吧?
每隻手機有不同的 dpi
所以就對映著不同資料夾
這是我在做 google sign in 功能時遇到的錯誤
完整的訊息為
Error:Execution failed for task ':app:processDebugGoogleServices'.
> Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 9.0.0.
今天在使用 svn commit 時
意外的遇上了這三個錯誤
svn: E155011: Commit failed (details follow):
svn: E155011: File '/Users/80005455/Desktop/ResourceCode/SFA3_2.0_RN_Willy/.idea/libraries/react_native_0_44_3.xml' is out of date
svn: E160024: resource out of date; try updating
今天來講的是最常使用的 List 系列了
這就次以 FlatList 當主角吧
他是在 0.43 之後才出現的「進化版 ListView」
剛開始學習 React Native 的我
第一次就使用到「進化」的版本,多少會自我感覺良好 ((什麼奇怪的感覺…
不知道大家有沒有承接別人 React Native 專案的經驗
這次的問題發生在我從 svn 下拉同事 RN 的專案時
想要 run 的時候發生問題
完整錯誤訊息如下:
Unable to resolve module `react-native-scrollable-tab-view` from `/Users/80005455/Desktop/ResourceCode/SFA3_2.0_RN_Willy/js/view/CarLoadingComponent.js`: Module does not exist in the module map or in these directories:/Users/80005455/Desktop/ResourceCode/SFA3_2.0_RN_Willy/node_modules
我們都知道,React Native 在執行的時候
都會生成一個 bundle 文件來載入 js 的 code
例如以 Andorid 來說就是 index.andoird.bundle
這個文件通常都是我們執行 $react-native start 與伺服器連線之後
再輸入下列指令
今天我一個不小心把 .bash_profile 的 PATH 環境變數改掉了
導致我幾乎所有的重要命令都失效
什麼 vi、 vim…這些拿來修改 .bash_profile 的指令都不能用,如下圖
天啊!!! 那我該怎麼樣才能改回來…