久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

Android 找不到 android-support-v7-appcompat.apk 錯(cuò)誤

Android Could not find android-support-v7-appcompat.apk error(Android 找不到 android-support-v7-appcompat.apk 錯(cuò)誤)
本文介紹了Android 找不到 android-support-v7-appcompat.apk 錯(cuò)誤的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

問(wèn)題描述

我一直在瀏覽開(kāi)發(fā)者網(wǎng)站上的 android 教程,并在嘗試向操作欄添加操作時(shí)運(yùn)行(我正在使用支持庫(kù)來(lái)支持 2.1+ 版本),我不斷收到錯(cuò)誤 android-support-v7-appcompat] 找不到 android-support-v7-appcompat.apk!.

I have been going though the android tutorial on the developer site, and have run while trying to add actions to the Action bar (I am using the Support Library to support version 2.1+), I keep getting the error android-support-v7-appcompat] Could not find android-support-v7-appcompat.apk!.

盡管操作欄沒(méi)有我添加的按鈕,但該應(yīng)用程序仍然可以運(yùn)行和運(yùn)行.我已閱讀有關(guān)此問(wèn)題的其他帖子,并確保將 android-support-v7-appcompat 作為庫(kù)包含在內(nèi).

The app still runs and functions, though the Action bar does not have the buttons I added. I've read other posts on this issue, and made sure that I included android-support-v7-appcompat as a library.

有什么我需要添加到構(gòu)建路徑的(不是按順序?qū)С觯乙呀?jīng)在那里檢查了它)?

Is there anything I need to add to the build path (not in order and export I already have it checked off there)?

謝謝!忘了提到我正在使用 eclipse,以防不清楚.在閱讀了更多帖子之后,我的應(yīng)用程序仍然運(yùn)行似乎很奇怪,因?yàn)槠渌羞@個(gè)問(wèn)題的人都崩潰了.

Thanks! Forgot to mention that I am using eclipse in case it wasn't clear. After digging around reading some more posts, it seems strange that my app still runs since others with this problem have theirs crash.

注意:不確定這是否重要,但我必須在 main_activity_actions.xml(在 res/menu/中)中為 android:title = "@string/action_search" 手動(dòng)添加字符串a(chǎn)ction_search" - 如果這是自動(dòng)添加的使用 appcompat?

NOTE: Not sure if this matters but I had to manually add the string "action_search" for android:title = "@string/action_search" in main_activity_actions.xml (in res/menu/)- should this have been added automatically with appcompat?

下面的完整控制臺(tái)輸出:

Full console output below:

[2013-08-24 13:19:04 - MyFirstApp1] Android Launch!

[2013-08-24 13:19:04 - MyFirstApp1] adb is running normally.

[2013-08-24 13:19:04 - MyFirstApp1] Performing com.example.myfirstapp1.MainActivity activity launch

[2013-08-24 13:19:04 - MyFirstApp1] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'AVD1'

[2013-08-24 13:19:04 - MyFirstApp1] Uploading MyFirstApp1.apk onto device 'emulator-5554'

[2013-08-24 13:19:04 - MyFirstApp1] Installing MyFirstApp1.apk...

[2013-08-24 13:19:08 - MyFirstApp1] Success!

[2013-08-24 13:19:08 - android-support-v7-appcompat] Could not find android-support-v7-appcompat.apk!

[2013-08-24 13:19:08 - MyFirstApp1] Starting activity com.example.myfirstapp1.MainActivity on device emulator-5554

[2013-08-24 13:19:09 - MyFirstApp1] ActivityManager: Starting: Intent { 
act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] 
cmp=com.example.myfirstapp1/.MainActivity

推薦答案

轉(zhuǎn)到 Java Build Path > Projects 并刪除不正確的項(xiàng)目依賴項(xiàng)(您的 Android 庫(kù)項(xiàng)目.)請(qǐng)注意,在項(xiàng)目設(shè)置的Android"部分中您所依賴的 Android 庫(kù)必須列在 ~"Libraries" 框中.

Go to Java Build Path > Projects and remove the incorrect project dependency (your Android library project.) Note that in the "Android" section of the project settings the Android library that you're dependent on must be listed in the ~"Libraries" box.

這篇關(guān)于Android 找不到 android-support-v7-appcompat.apk 錯(cuò)誤的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

【網(wǎng)站聲明】本站部分內(nèi)容來(lái)源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問(wèn)題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

相關(guān)文檔推薦

Why would you choose Android API over Google APIs in the SDK on Eclipse?(為什么在 Eclipse 的 SDK 中選擇 Android API 而不是 Google API?)
Couchbase Bucket authentication error(Couchbase 存儲(chǔ)桶身份驗(yàn)證錯(cuò)誤)
admob 6.2.1 nullpointer exception(admob 6.2.1 空指針異常)
How to setup SDK in IntelliJ IDEA?(如何在 IntelliJ IDEA 中設(shè)置 SDK?)
My phone cannot be detected in eclipse to test run(eclipse 無(wú)法檢測(cè)到我的手機(jī)進(jìn)行試運(yùn)行)
platform-toolsaapt.exe directory missing in android SDK(android SDK 中缺少 platform-toolsaapt.exe 目錄)
主站蜘蛛池模板: 欧美影院 | 91精品国产色综合久久 | 久久精品视频网站 | 亚洲精品国产区 | 精品啪啪 | 欧美国产精品 | 日本不卡在线视频 | 日韩毛片在线观看 | 狠狠躁夜夜躁人人爽天天高潮 | 伊人操| 亚洲黄色av网站 | 亚洲精品中文字幕在线 | 亚洲成人综合网站 | 又黄又爽的网站 | 国产精品18久久久久久久 | 精品香蕉一区二区三区 | 人人鲁人人莫人人爱精品 | 欧美www在线观看 | 青春草在线 | 天堂综合网久久 | 亚洲aⅴ | 黄视频免费在线 | 欧美视频 亚洲视频 | 婷婷桃色网 | 精品三区 | 成人午夜在线视频 | 涩涩片影院 | 在线观看免费福利 | av手机免费在线观看 | 日韩成人中文字幕 | 久久综合久色欧美综合狠狠 | 亚洲网站在线播放 | 日韩av一区在线观看 | 久久久久久国产精品免费免费 | 国产精品1 | 久久国产精品免费视频 | 亚洲免费视频网站 | 久久av在线播放 | 国产在线网址 | 欧美日韩国产中文字幕 | 国产精品一区二区三区在线 |