Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行我的 Android 应用程序时,我经常会得到一个错误列表,上面说
Class requires API level 3 (current min is 1): android.hardware.SensorEventListener
我已经为此搜索了正确的答案,例如 Android 工具 > 清除链接标记,但这并不能解决问题。每隔一段时间,错误列表就会不断出现。它是我的项目设置中的东西还是我的方法被弃用了?我已经为 Android 4.4 安装了最新的 SDK。
在您的manifest文件中,根据您的要求设置这样的 sdk..
manifest
<uses-sdk android:maxSdkVersion="17" android:minSdkVersion="8" />
如果此错误只是无缘无故地启动,则重新启动并使缓存无效
更改您的应用程序 minsdkPreference>Android>select the api level Android1.6
Preference>Android>select the api level Android1.6