android - Errors when importing support library as a project -


i'm playing action bar , want use in older version of android.

i try import library boredt said in this topic, when imported library byimport/existing project workspace , find folder(sdk/extras/android/support/v7/appcompat). error this: adb connection error:an existing connection forcibly closed remote host

when try make 1 more time see info project exists in workspace. ok try make reference it. added android-support-v7-appcompat, cleaned project , rebuild, haven't got new things in gen folders.

i don't know mistake. want import library because need make actionbar.

when add android-support-v7-appcompat.jar file ...sdk\extras\android\support\v7\appcompat\libs. problem if manipulate theme in androidmanifest.xml, delete file libs folder in project.

you importing wrong way, need select existing android code workspace should imported , can reference library project project.

check link

http://developer.android.com/tools/support-library/setup.html


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -