摘要: 12-12 16:43:16.876: E/AndroidRuntime(7395): FATAL EXCEPTION: main12-12 16:43:16.876: E/AndroidRuntime(7395): java.lang.IndexOutOfBoundsException: Invalid index 10, size is 1012-12 16:43:16.876: E/AndroidRuntime(7395): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)12-12... 阅读全文
posted @ 2012-12-12 17:41 Atlas's blog 阅读(5360) 评论(0) 推荐(1)
摘要: 首先有人说是MIUI里面做了缓存,我本想让朋友第一次安装一下我更改后的应用,没有得逞。本程序的AndroidManifest.xml 相关配置如下: <application android:name=".MOAApplication" android:icon="@drawable/moa" android:label="@string/app_name" android:theme="@android:style/Theme.Light.NoTitleBar" > <activity andr 阅读全文
posted @ 2012-12-12 16:18 Atlas's blog 阅读(368) 评论(0) 推荐(0)