我刚刚安装了最新的ADT Tools for
Eclipse,所以我现在在v20.0.
此版本引入了一个新的Project向导,并在最后一步中说它需要Android支持库版本8.
好的,但在我的SDK Manager中,它告诉我安装了Android Support Library版本9.
我怎样才能使这个工作,有没有办法安装较旧的Android支持库版本8?
解决方法
好的,就像我发布我的问题一样,我确实找到了
workaround.
It seems like the ADT is looking for the Support Libraries in the wrong folder… The folder the libraries are in is: (1) \extras\android\compatibility but ADT looks for them in: (2) \extras\android\support So you have to create the folder (2) and copy all files that are in folder (1) to it.