有沒有人也遇過這個問題呢?
Error running app: Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled.

 

我平常都是用 Genymotion 來測試的
今天突然就遇上這個問題了


文章標籤

顏澤偉 發表在 痞客邦 留言(0) 人氣()

大家還記得我們的 drawable 資料夾有分好幾個吧?
每隻手機有不同的 dpi
所以就對映著不同資料夾

 

點我看怎麼得到 dpi // Willy's Fish教學筆記』Android 如何取得螢幕資訊 Screen Info (寬、高、密度 density、dpi、xdp、ydp、scaledDensity) ?

文章標籤

顏澤偉 發表在 痞客邦 留言(0) 人氣()

這是我在做 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.

文章標籤

顏澤偉 發表在 痞客邦 留言(0) 人氣()

Glide 是 Google 推薦的一個處理圈片的套件

 

有興趣可以點擊我

 

但在大圖片的處理上,有時候會遇到顏色偏綠的問題

文章標籤

顏澤偉 發表在 痞客邦 留言(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

顏澤偉 發表在 痞客邦 留言(0) 人氣()

今天來講的是最常使用的 List 系列了
這就次以 FlatList 當主角吧
他是在 0.43 之後才出現的「進化版 ListView」
剛開始學習 React Native 的我
第一次就使用到「進化」的版本,多少會自我感覺良好 ((什麼奇怪的感覺…

顏澤偉 發表在 痞客邦 留言(0) 人氣()

不知道大家有沒有承接別人 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

顏澤偉 發表在 痞客邦 留言(0) 人氣()

我們都知道,React Native 在執行的時候
都會生成一個 bundle 文件來載入 js 的 code
例如以 Andorid 來說就是 index.andoird.bundle
這個文件通常都是我們執行 $react-native start 與伺服器連線之後
再輸入下列指令 

顏澤偉 發表在 痞客邦 留言(0) 人氣()

今天我一個不小心把 .bash_profile 的 PATH 環境變數改掉了
導致我幾乎所有的重要命令都失效
什麼 vi、 vim…這些拿來修改 .bash_profile 的指令都不能用,如下圖


天啊!!!  那我該怎麼樣才能改回來…

顏澤偉 發表在 痞客邦 留言(0) 人氣()

我們是不是常常想不到午餐要吃什麼呢?
是不是要訂便當的時候卻沒有 idea ,不知道要哪間有提供外送服務
別擔心,中餐吃什麼就看這
不斷更新中,一定有我們愛吃的珍品好料理。

 

顏澤偉 發表在 痞客邦 留言(0) 人氣()