Android ?????????????????
???????????? ???????[ 2013/7/15 14:16:12 ] ????????
????1.Test run failed??Instrumentation run failed due to 'java.lang.ClassNotFoundException'
????????????????????????????????????????????????????????????????????????????????????????′μ???????????????????????????????????????????ü????????????????????????????????????????????
???????????????androidmanifest.xml?????<activity> **** </activity>??????????
<??-- ??????????? -->
<uses-library android??name="android.test.runner" />
?????????junit4??
????2. Caused by?? java.lang.ClassNotFoundException?? android.test.InstrumentationTestRunner in loader dalvik.system.PathClassLoader[/data/app/tyrj.lr.sqliteapply-1.apk??
?????????????androidmanifest.xml?????</application>?????????
<instrumentation
android??name="android.test.InstrumentationTestRunner"
android??targetPackage="tyrj.lr.sqliteapply" >
?????????????ú??xml??????????Package???????
????</instrumentation>
????3.android.content.res.Resources$NotFoundException?? String resource ID
?????????sqlite???????????????????????????????????????У??????????cursor?α???Int ????????????????????????????????????α??????????
?????????У? int id = cursor.getColumnIndex("id")??
????int age = cursor.getColumnIndex("age")??
?????????
int id = cursor.getInt(cursor.getColumnIndex("id"))??
int age = cursor.getInt(cursor.getColumnIndex("age"))??
???????????????????????Щ????????????????????????????????????С????????????????????????????????????????????????????????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11