导包antlr-2.7.7.jaraopalliance-1.0.jarasm-3.3.jarcommons-collections-3.2.1.jarcommons-lang-2.6.jarcommons-logging-1.1.1.jarcxf-2.4.2.jarcxf-manifest.jar...
分类:
Web程序 时间:
2014-06-25 19:04:07
阅读次数:
523
1. 在manifest文件中使用activity的默认属性,横屏竖屏时,惠反复调用onDestory和onCreate 造成不必要的开销。Android默认如此应该是为了适配不同的xml布局文件,重新初始化资源,显示效果会好一些;
2. manifest文件中配置activity的属性:
android:configChanges="orientation|scree...
分类:
移动开发 时间:
2014-06-25 07:59:47
阅读次数:
190
什么是vs 程序的manifest文件manifest 是VS程序用来标明所依赖的side-by-side组建,如ATL, CRT等的清单。为什么要有manifest文件一台pc上,用一组建往往会有不止一个版本号(c:/windows/winsxs或系统文件夹下),程序在载入的时候,不知载入哪个,于...
分类:
其他好文 时间:
2014-06-24 15:22:47
阅读次数:
139
Manifest和TypeTag是要解决什么问题?As with other JVM languages, Scala’s types are erased at compile time. This means that if you were to inspect the runtime typ...
分类:
其他好文 时间:
2014-06-24 12:49:07
阅读次数:
187
android:installLocation="auto"> 里面就会杯具了,编译可能会不报错(有的版本会报错吧),但是程序永远不会拿到这些权限 3.必须放在application节点前面 --> ...
分类:
其他好文 时间:
2014-06-24 12:41:58
阅读次数:
157
升级后:
android studio 0.6.0
build tools 19.1.0
Android SDK tools 22.6.4.
错误信息:
Error Info
Error:(11) Error parsing XML: not well-formed (invalid token)
Error:(11) Execution failed for task ':proc...
分类:
移动开发 时间:
2014-06-22 19:31:38
阅读次数:
276
能够包含的标签:
常用的属性:
android:process
默认情况下,Android为每个应用程序创建一个单独的进程,所有组件运行在该进程中,这个默认进程的名字通常与该应用程序的包名相同。比如
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
...
分类:
移动开发 时间:
2014-06-19 12:48:17
阅读次数:
407
当设备接收到一条新的SMS消息时,就会广播一个包含了android.provider.Telephony.SMS_RECEIVED动作的Intent。对于应用程序监听SMS
Intent广播,首先需要添加RECEIVE_SMS权限。通过在应用程序manifest中添加一个uses-permissio...
分类:
移动开发 时间:
2014-06-12 10:20:50
阅读次数:
263
源码路径:android/external/giflib用到的该lib的APP:./external/chromium_org/android_webview/build/aosp_manifest_dev.xml:
./external/chromium_org/android_webview/b...
分类:
移动开发 时间:
2014-06-10 20:47:17
阅读次数:
650