溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

android-support-v7-appcompat.jar 的安裝及相關(guān)問題解決

發(fā)布時間:2020-06-25 16:31:16 來源:網(wǎng)絡(luò) 閱讀:5749 作者:tangduanping 欄目:移動開發(fā)

1、DownLoading the Support Libraries

   1)Start the Android SDK Manager.

   2)In the SDK Manager window, scroll to the end of the Packages list, find theExtras

     folder and, if necessary, expand to show its contents.

   3)Select the Android Support Library item.

  4)Click the Install Packages... button

After downloading, the tool installs the Support Library files to your existing Android SDK directory. The library files are located in the following subdirectory of your SDK: <sdk>/extras/android/support dirctory

2、安裝支持庫

  1)首先創(chuàng)建一個Library Project

       File->import.

       選擇Existing Android Code Into Workspace ,單擊 Next

      找到SDK 安裝目錄的支持庫。比如,這里需要找到以下目錄錄 <sdk>/extras/android/support/v7/appcompat/.  

      單擊Finish 就可以導(dǎo)入項目?,F(xiàn)在你可以看到一個名為 android-support-v7-appcompat.的        新項目。

      在新項目下的libs目錄下,將.jar文件加入到路徑中。

      在新項目文件名稱上面右鍵,選擇Configure Build Path

      在Order and Export 標(biāo)簽下面,選中剛剛加入的.jar文件,將Android Dependencies不選中,單擊OK

  2)將支持庫加入到自己的項目中

       在項目中右鍵自己的項目名稱,選擇Properties

       在左側(cè)邊欄選中Android

       點擊Add按鈕

       選擇庫項目,比如這里的android-support-v7-appcompat.。如果此處找不到,則在安裝支持庫之          前需要<sdk>/extras/android/support中的文件拷貝到你的workplaces中,

        選擇OK即可。

向AI問一下細節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI