问题描述
- import com.amap.api.location包出错
-
别人写的工程 本来是android studio下的 改变目录结构导到eclipse下
很多import包都出错了 要怎么办import com.amap.api.location.AMapLocalWeatherForecast;
import com.amap.api.location.AMapLocalWeatherListener;
import com.amap.api.location.AMapLocalWeatherLive;
import com.amap.api.location.LocationManagerProxy;
解决方案
没有导入jar包吧,你看看com.amap.api.location这个属于哪个jar下面的
解决方案二:
ctrl+shift+O 能自己找到对应包么,不行,手动找一下引入
时间: 2024-11-18 12:49:45