I'm playing with the action bar and I want to use it in the older version of android.
I try to import library as BoredT said in this topic, when I imported library byimport/Existing Project into Workspace
and find this folder(sdk/extras/android/support/v7/appcompat). I get error like this: Adb connection Error:An existing connection was forcibly closed by the remote host
When I try to make it one more time I see the info that project already exists in the workspace. Ok so I try make reference to it. I added the android-support-v7-appcompat
, then I cleaned my project and rebuild, but I haven't got any new things in gen folders.
I don't know where is mistake. I want to import this library because I need to make ActionBar.
When I add the android-support-v7-appcompat.jar
file from ...sdk\extras\android\support\v7\appcompat\libs
. I get a problem if I manipulate with theme in AndroidManifest.xml, so I delete this file from libs folder in my project.