#Region Project Attributes #ApplicationLabel: SortByDateFileTest #VersionCode: 20140627 #VersionName: 'SupportedOrientations possible values: unsp...
分类:
移动开发 时间:
2014-07-16 23:11:55
阅读次数:
320
获取Android手机上其他应用的包名及版本号方法有很多,可以通过AAPT从APK包中直接获取,也可以通过代码在手机上获取。显然,对于产品或者用户来说要获取这些信息,在手机上获取更为简便。
下面我们来看下如何在手机上获取其他应用的包名、版本号。
核心:通过PackageManager可以获取到我们想要的信息,例如:程序图标、程序名称、包名、VersionName、VersionCode...
分类:
移动开发 时间:
2014-07-14 20:37:57
阅读次数:
232
#Region Project Attributes #ApplicationLabel: ProgressBarTest #VersionCode: 20140626 #VersionName: 'SupportedOrientations possible values: unspecif...
分类:
移动开发 时间:
2014-06-27 18:22:43
阅读次数:
694
#Region Project Attributes #ApplicationLabel: ListViewTest #VersionCode: 20140625 #VersionName: 'SupportedOrientations possible values: unspecified...
分类:
移动开发 时间:
2014-06-26 15:29:31
阅读次数:
419
Google为APK定义了两个关于版本属性:VersionCode和VersionName,他们有不同的用途。
VersionCode:对消费者不可见,仅用于应用市场、程序内部识别版本,判断新旧等用途。
VersionName:展示给消费者,消费者会通过它认知自己安装的版本,下文提到的版本号都是说VersionName。
结尾有三个常见问题的解决方案
同一个版本号,对应了多个Ver...
分类:
移动开发 时间:
2014-06-22 19:43:19
阅读次数:
213
#Region Project Attributes #ApplicationLabel: SwitchingWindow #VersionCode: 20140615 #VersionName: 'SupportedOrientations possible values: unspecif...
分类:
其他好文 时间:
2014-06-19 07:55:52
阅读次数:
281
#Region Project Attributes #ApplicationLabel: MyFirstProgram #VersionCode: 1 #VersionName: 'SupportedOrientations possible values: unspecified, lan...
分类:
其他好文 时间:
2014-06-18 13:46:13
阅读次数:
254
报这个错的话:基本都是配置出错,具体配置看下面。
AndroidManifest.xml 文件:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mayi.test.dao"
android:versionCode="1"
an...
分类:
移动开发 时间:
2014-05-31 22:00:03
阅读次数:
434
在tomcat中安装logback插件,此插件用于生成日志。该日志中包括很多信息,我们的目的是将需要的数据进行整理,将其插入到MySQL数据库中,并将其做成定时任务执行。一下是原日志文件内容:我们需要client,uniquecode,device,versioncode,interface,createtime这些字段思路如下:..
分类:
其他好文 时间:
2014-05-20 22:14:31
阅读次数:
486