问题描述
根据 Google 的 recommendation,我们应该将 Map
import android.os.Bundle;
*
@hide
*/
interface ITestService
{
/**
Gets the mapping of available features with their unique identifiers.
@return a map of identifiers and libraries.
*/
//Bundle /* <String,Integer> */ getTestIdMap(); --> Old code
Bundle /* <String,Integer> */ getTestIdMap(); --> Modified code
}
编译错误:android.os.Bundle:找不到类 android.os.Bundle 的导入
知道为什么构建系统无法导入 Bundle 包吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)