Eclipse ADT appcompat… what is it?

后端 未结 2 1993
北荒
北荒 2020-12-13 05:08

I\'ve spent all afternoon getting absolutely nowhere with this. I\'ve downloaded Eclipse, downloaded the SDK, installed the updates, but every new Android project I create s

2条回答
  •  孤城傲影
    2020-12-13 05:54

    It's a support library which presumably your project refers to. You will need to build it as a library project in your workspace. This process is described here Support Library Setup under Adding libraries with resources.

    You will find the project you need to copy in your SDK in the folder:

    \yourSDKlocation\tools\android-sdk-windows4.4\extras\android\support\v7\appcompat

    (It's no use just copying a jar, you must build it as a library project.)

提交回复
热议问题