Saturday, 24 August 2013

Android Could not find android-support-v7-appcompat.apk error

Android Could not find android-support-v7-appcompat.apk error

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!. 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. Is there anything I need to add
to the build path (not in order and export I already have it checked off
there)? Thanks!
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

No comments:

Post a Comment