Android
wxxgreat
这个作者很懒,什么都没留下…
展开
-
Android theme 设置
1.分为 application 和 activity 中都能设置android:theme。一般最新出现的android:theme可以掩盖先前出现的。ex: android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@s原创 2014-08-06 12:49:05 · 1020 阅读 · 0 评论 -
android stdio 包重命名
>右键点击要重命名的包名,refactor->move,就可以了原创 2015-08-03 09:29:41 · 564 阅读 · 0 评论 -
JNI 无法确定Bitmap的签名
或者:Error: Cannot determine signature for Bitmap原因: javah 无法识别Android的bitmapThe Bitmap class belongs to the package "android.graphics.Bitmap", the javah tool does not recognize Android cl转载 2015-08-27 17:27:08 · 5947 阅读 · 4 评论 -
getApn has exception: No permission to write APN settings
getApn has exception: No permission to write APN settings: Neither user 10059 nor current process has android.permission.WRITE_APN_SETTINGS.原因:模拟器无法进行APN设置,真机调试即可。原创 2015-07-20 15:31:26 · 5673 阅读 · 1 评论 -
android stdio出现的 问题
1. 点9图由eclipse导入时出现错误,即使正常的工程加入一张eclipse工程的点9图也是如此。2.正常的工程,对一个jar包,不同版本的放在一块报错。原创 2015-07-20 10:17:22 · 531 阅读 · 0 评论 -
使用genymotion和chares网络调试设置代理方法
In your Genymotion Android emulator…Settings -> Wifi -> Press and hold your active networkSelect “Modify Network”Select “Show Advanced Options”Select “Proxy Settings -> Manual”Set your Proxy to: 10.0.转载 2015-07-30 12:22:28 · 4798 阅读 · 1 评论 -
VT-x is disabled in the BIOS. (VERR_VMX_MSR_VMXON_DISABLED).
安装genymotion时,需要安装virtualbox,但是新建模拟设备无法运行,提示VT-x is disabled in the BIOS. (VERR_VMX_MSR_VMXON_DISABLED). 进入BIOS,修改允许硬件虚拟选项。(进入BIOS与安装的什么系统无关)原创 2015-07-16 18:53:29 · 2319 阅读 · 0 评论 -
linux下编译vlc for android 添加 截图(去掉了画中画和路径提示)及录像功能
最近的项目中用到了视频播放及录像功能原创 2014-08-13 12:58:22 · 3695 阅读 · 4 评论 -
安卓自定义VIEW控件用到RadialGradient径向渐变效果时报错 Exception raised during rendering: 3
报错的详细内容中有:java.lang.ArrayIndexOutOfBoundsException: 3这是因为原创 2014-08-01 21:23:33 · 646 阅读 · 0 评论