Appcompat_7 is not found - android

[2014-11-28 01:06:23 - GoogleMapsAndroidv2] ------------------------------
[2014-11-28 01:06:23 - GoogleMapsAndroidv2] Android Launch!
[2014-11-28 01:06:23 - GoogleMapsAndroidv2] adb is running normally.
[2014-11-28 01:06:23 - GoogleMapsAndroidv2] Performing info.tekguc.umut.googlemapsmapsandroidv2.MainActivity activity launch
[2014-11-28 01:06:23 - GoogleMapsAndroidv2] Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'first'
[2014-11-28 01:06:24 - GoogleMapsAndroidv2] Application already deployed. No need to reinstall.
**[2014-11-28 01:06:24 - appcompat_v7] Could not find appcompat_v7.apk!**
[2014-11-28 01:06:24 - GoogleMapsAndroidv2] Project dependency found, installing: DemoGoogleMapsV2
[2014-11-28 01:06:26 - DemoGoogleMapsV2] Application already deployed. No need to reinstall.
[2014-11-28 01:06:26 - GoogleMapsAndroidv2] Starting activity info.tekguc.umut.googlemapsmapsandroidv2.MainActivity on device emulator-5554
[2014-11-28 01:06:27 - GoogleMapsAndroidv2] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=info.tekguc.umut.googlemapsmapsandroidv2/.MainActivity }
How can I solve this problem? Thanks everyone

Remove the appcompat-v7 library from Projects in the Build Path. And don't set it as Order and Export in the Order and Export tab in the Build Path. But set the library in the Properties->Android. Make sure it has a check mark and you are good to go.
A good question about this here: Android Could not find android-support-v7-appcompat.apk error

Related

Missing apk using IOIO for android

I have been trying to get the HelloIOIO example running for ages now. It really looks good now. All dependencies are met. All the Libraries built succesfully. (All this thanks to this awesome page: https://github.com/ytai/ioio/wiki/Eclipse-Troubleshooting)
But when I want to start the app on my phone I get this:
[2014-02-03 19:34:33 - HelloIOIO] Android Launch!
[2014-02-03 19:34:33 - HelloIOIO] adb is running normally.
[2014-02-03 19:34:33 - HelloIOIO] Performing ioio.examples.hello.MainActivity activity launch
[2014-02-03 19:34:33 - HelloIOIO] Uploading HelloIOIO.apk onto device '172.16.10.103:5555' [2014-02-03 19:34:34 - HelloIOIO] Installing HelloIOIO.apk...
[2014-02-03 19:34:45 - HelloIOIO] Success!
[2014-02-03 19:34:46 - IOIOLibAndroid] Could not find IOIOLibAndroid.apk!
[2014-02-03 19:34:46 - HelloIOIO] Starting activity ioio.examples.hello.MainActivity on device 172.16.10.103:5555
[2014-02-03 19:34:47 - HelloIOIO] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=ioio.examples.hello/.MainActivity }
The funny thing is though that in the actual IOIOLibAndroid-Project is a ioiolibandroid.jar-File (As I said - it is compiling perfectly)
Please help me :)
I found some help here:
groups.google.com/forum/#!topic/ioio-users/WmWrdpyjc8U

com_example.android.softkeyboard launch fails

I have imported existing project from com_example.android.softkeyboard from sdk sample code.
When I tried to run it launch get cancel and it give some error as follows
[2013-01-07 22:09:45 - com_example_android_softkeyboard] ------------------------------
[2013-01-07 22:09:45 - com_example_android_softkeyboard] Android Launch!
[2013-01-07 22:09:45 - com_example_android_softkeyboard] adb is running normally.
[2013-01-07 22:09:45 - com_example_android_softkeyboard] No Launcher activity found!
[2013-01-07 22:09:45 - com_example_android_softkeyboard] The launch will only sync the application package on the device!
[2013-01-07 22:09:45 - com_example_android_softkeyboard] Performing sync
[2013-01-07 22:10:00 - com_example_android_softkeyboard] WARNING: Application does not specify an API level requirement!
[2013-01-07 22:10:00 - com_example_android_softkeyboard] Device API version is 10 (Android 2.3.4)
[2013-01-07 22:10:00 - com_example_android_softkeyboard] Uploading com_example_android_softkeyboard.apk onto device 'emulator-5554'
[2013-01-07 22:10:00 - com_example_android_softkeyboard] Installing com_example_android_softkeyboard.apk...
[2013-01-07 22:10:17 - com_example_android_softkeyboard] Re-installation failed due to different application signatures.
[2013-01-07 22:10:17 - com_example_android_softkeyboard] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2013-01-07 22:10:17 - com_example_android_softkeyboard] Please execute 'adb uninstall com.example.android.softkeyboard' in a shell.
[2013-01-07 22:10:17 - com_example_android_softkeyboard] Launch canceled!
Please help me to run application.
The log tells you exactly what the problem is and how to fix it:
Installing com_example_android_softkeyboard.apk...
[2013-01-07 22:10:17 - com_example_android_softkeyboard] Re-installation failed due to different application signatures.
[2013-01-07 22:10:17 - com_example_android_softkeyboard] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2013-01-07 22:10:17 - com_example_android_softkeyboard] Please execute 'adb uninstall com.example.android.softkeyboard' in a shell.
[2013-01-07 22:10:17 - com_example_android_softkeyboard] Launch canceled!
There is already a version of com.example.android.softkeyboard installed on your emulator and you need to remove (uninstall) that one before you install your new one.

Trouble running app from Eclipse after ICS update

Ever since my phone got updated to ICS about a month ago (HTC Design on Sprint) whenever I try to run my app from eclipse about 80% of the time it fails. No error, just doesn't run. I get this in the console:
[2012-09-21 17:29:59 - GetAClue] ------------------------------
[2012-09-21 17:29:59 - GetAClue] Android Launch!
[2012-09-21 17:29:59 - GetAClue] adb is running normally.
[2012-09-21 17:29:59 - GetAClue] Performing com.badbob.app.getaclue.MainActivity activity launch
[2012-09-21 17:30:01 - GetAClue] Uploading GetAClue.apk onto device 'HT1CHMB00902'
[2012-09-21 17:30:01 - GetAClue] Installing GetAClue.apk...
[2012-09-21 17:30:15 - GetAClue] Success!
[2012-09-21 17:30:15 - GetAClue] Starting activity com.badbob.app.getaclue.MainActivity on device HT1CHMB00902
But it stops there and doesn't give me one of these like it should:
[2012-09-21 17:26:28 - GetAClue] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.badbob.app.getaclue/.MainActivity }
If I keep trying eventually it will run. I also notice that when it fails the processor on my phone is thrashed for a good minute or two. Can't tell what process is thrashing it though.
I have 2 older Droid X's that I don't have this problem with. I also have two dev computers and it happens on both of them with the HTC so it seems to be something up with my phone, or ICS.
Anyone else experiencing this?

Create Android library

I've written a library (game engine) and would like to use it for my apps and games that I'll be creating.
I see there are two ways to add libraries to your code:
Export to jar and add that to build path
Have it as a project file its self, and simply add project to build path.
I've tried the second method, yet I get a:
Unable to instantiate activity error
Stack trace:
[2012-07-15 21:06:08 - ScienceProject] ------------------------------
[2012-07-15 21:06:08 - ScienceProject] Android Launch! [2012-07-15
21:06:08 - ScienceProject] adb is running normally. [2012-07-15
21:06:08 - ScienceProject] Performing
com.webstorms.scienceproject.ScienceProjectActivity activity launch
[2012-07-15 21:06:08 - ScienceProject] Automatic Target Mode: using
existing emulator 'emulator-5554' running compatible AVD 'HVGA'
[2012-07-15 21:06:09 - ScienceProject] Application already deployed.
No need to reinstall. [2012-07-15 21:06:09 - ScienceProject] Project
dependency found, installing: WSGameEngine [2012-07-15 21:06:10 -
WSGameEngine] Application already deployed. No need to reinstall.
[2012-07-15 21:06:10 - ScienceProject] Starting activity
com.webstorms.scienceproject.ScienceProjectActivity on device
emulator-5554 [2012-07-15 21:06:12 - ScienceProject] ActivityManager:
Starting: Intent { act=android.intent.action.MAIN
cat=[android.intent.category.LAUNCHER]
cmp=com.webstorms.scienceproject/.ScienceProjectActivity }

No variables shown in eclipse debugging

I saw many similar questions, but the solution was not found, so i'm asking:
When i'm debuging the my android app NONE of the variables are shown in the "Variables" window. The console shows me that the debuger is not fully loaded.
[2012-02-21 22:23:29 - Watcher] Android Launch!
[2012-02-21 22:23:29 - Watcher] adb is running normally.
[2012-02-21 22:23:29 - Watcher] Performing com.workspace.watcher.WatcherActivity activity launch
[2012-02-21 22:23:29 - Watcher] Automatic Target Mode: using device 'F4559C737D65'
[2012-02-21 22:23:32 - Watcher] Application already deployed. No need to reinstall.
[2012-02-21 22:23:32 - Watcher] Starting activity com.workspace.watcher.WatcherActivity on device F4559C737D65
[2012-02-21 22:23:33 - Watcher] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.workspace.watcher/.WatcherActivity }
[2012-02-21 22:23:34 - Watcher] Attempting to connect debugger to 'com.workspace.watcher' on port 8601
What is the problem? How can i fix it?
After talking with Chorche in chat we determined that the problem was he did not set any breakpoints and as such there were no available variables to read.
This seems to be a pretty good explanation / tutorial on debugging using eclipse: http://www.vogella.de/articles/EclipseDebugging/article.html

Categories

Resources