eclipse 导入工程出错

 

如题导入后出现很多错误,连基本的API库德import那里都出错,原因是没有为工程选择SDK,可能被导入的工程用的 SDK与我的不一样所致。

window-->Properties-->Android-->选择SDK

 
如果出现诸如:
Unable to resolve target 'android-5'
 
打开 default.properties
修改
# Project target.
target=android-8

你可能感兴趣的:(eclipse 导入工程出错)