react native的環境搭建中常見問題

來源:互聯網
上載者:User

標籤:tar   list   java   htm   div   class   ges   需要   script   

搭建完成android的環境,我們就可以繼續我們的react native環境的搭建了。

當然,按照fb的安裝流程來完成rn的搭建。

http://facebook.github.io/react-native/docs/getting-started.html

1.install python2

一定要安裝python2.X.X的版本,切記不要安裝pythn3+以上的。

 

2.rn的安卓sdk要是23.0.1,要不然會報在目錄下找不到對應的sdk.

 

3.在目錄下無法找到local.properties這個檔案

可以入在android的根目錄下添加上local.properties這個檔案.

4.react native errorTimeout getting device list.

出現這個問題的話,需要去genymotion裡的adb裡面設定一下sdk的路徑。

5.more than one divice/emulator

下載adb並安裝完成,在cmd中進入到對應目錄下

通過adb devices 查看裝置

 

adb -s devicename shell

例如:

adb -s emulator-5554 shell

在多device的時候,執行adb命令一般都需要用參數-s指定device。

或者看一下是都有其他外置的安卓裝置串連上去了。

 

基本上解決完上面幾個,除了通過react-native init AwesomeProject下載rn的包檔案可能比較慢以外。安裝應該是沒有問題了。

成功以後如

 

react native的環境搭建中常見問題

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.