VS2005 sidebyside manifest error Microsoft.VC80.MFC Microsoft.VC80.CRT Microsoft.VC80.MFCLOC msvcr80.dll mfc80.dll eventlog VC2005 编译出来的程序文件,採用了man...
分类:
其他好文 时间:
2014-08-26 22:45:06
阅读次数:
565
0. 因为iOS 7.1以后要求链接地址为https(itms-services://?action=download-manifest&url=https://10.208.99.199/ota/ios/plist/8239),所以apache服务器要开启https,具体步骤参见:http://www.cnblogs.com/y500...
分类:
移动开发 时间:
2014-08-26 15:41:06
阅读次数:
520
1.其实就是对Intent 的ACTION进行参数设置。在manifest中药设置打电话的权限:1 xml: 1 7 8 13 14 19 20 Activity: 1 public class MainActivity extends Activity { 2 3 ...
分类:
移动开发 时间:
2014-08-26 00:24:45
阅读次数:
501
Demo.exe.manifest Demo Microsoft.VC80.CRT.manifest ...
orangec翻译Android API Guides: App Manifest原文在这里:http://developer.android.com/guide/topics/manifest/manifest-intro.html*Manifest译作“清单”,这里沿用英文便于理解,其它术语同理...
分类:
移动开发 时间:
2014-08-24 11:32:52
阅读次数:
336
原文在这里:http://developer.android.com/guide/topics/manifest/manifest-intro.html *Manifest译作“清单”,这里沿用英文便于理解,其它术语同理。 **文中链接都会跳转到android开发者网站。 App Manifest ...
分类:
移动开发 时间:
2014-08-23 22:58:21
阅读次数:
351
最近在使用virgo进行开发基本osgi的项目,在环境搭建过程中报得最多的就是异常就是以"An Import-Package could not be resolved"开头的,以自己的理解和实际遇到的问题来看,引起些类异常的原因有二:
第一:环境中引入了不同bundle,名称不一样但是在多个bundle组件中的MANIFEST.MF中的Bundle-SymbolicName的名称一样,当然这种...
分类:
其他好文 时间:
2014-08-22 16:17:49
阅读次数:
316
蓝牙是一种支持设备短距离传输数据的无线技术。android在2.0以后提供了这方面的支持。从查找蓝牙设备到能够相互通信要经过几个基本步骤(本机做为服务器):1.设置权限在manifest中配置2.启动蓝牙首先要查看本机是否支持蓝牙,获取BluetoothAdapter蓝牙适配器对象Bluetooth...
分类:
移动开发 时间:
2014-08-21 19:15:24
阅读次数:
296
android修改包名的方法有许多,但未必适用任何情况,以下方法适用各种情况修改包名:
1.先取消自动编译
2.修改manifest.xml文件的包名后保存
3.修改工程包名路径src下对应的包名rename,四个全选后点preview
4.修改gen下的包名,方法同第三步
5.clean后重新编译,此时manifest.xml如果没错就OK了,一般是会出错,若出...
分类:
移动开发 时间:
2014-08-21 15:02:54
阅读次数:
228