当前位置:首页 > Android 第4页

Virtual Box Android X86安装:please check you have enough free disk space to install androd x86

xjtudll10年前 (2015-10-25)13000
原因:下载的iso有问题,换一个iso吧。 当然,前提是你分配的空间确实是足够的,默认8GB肯定是足够的。 ......

Android error:Duplicate ID, tag null, or parent id with another fragment(fragment嵌套问题)

xjtudll10年前 (2015-10-11)7070
参考资料:http://stackoverflow.com/questions/14083950/duplicate-id-tag-null-or-parent-id-with-another-fragment-for-com-google-androi跟参考资料里的这个人一样,我也碰到了这个问题,...

如何释放由RingtoneManage实例化的MediaPlayer

xjtudll10年前 (2015-09-26)10130
参考资料:http://stackoverflow.com/questions/15450255/how-to-release-the-mediaplayer-instantiated-by-ringtonemanager为了获取android铃声的名称,使用了以下代码//根据铃声地址获取铃声的名称...

解决Virtualbox虚拟机下Android x86 4.0联网问题

xjtudll10年前 (2015-09-17)12380
解决Virtualbox虚拟机下Android x86 4.0联网问题
在Virtualbox中,把虚拟机网络设为“网络地址转换(NAT)”模式,高级中控制芯片(T)选择:PCnet-FAST III(Am79C973),......

用visualbox中的android系统替换android sdk自带的模拟器

xjtudll10年前 (2015-08-29)4770
用visualbox中的android系统替换android sdk自带的模拟器
如何在visualbox中安装android X86,此处不表。修改虚拟机设置。 关闭运行的虚拟机,选中“设置----网络”,将连接方式设置为“host-only adapter”;在“高级--控制芯片”中选择“PC...

android动态改变ActionBar中MenuItem的图标

xjtudll10年前 (2015-07-03)6030
先调用方法:invalidateOptionsMenu();然后系统会自动回调方法:onPrepareOptionsMenu在onPrepareOptionsMenu中改变MenuItem的图标即可。......

Android Studio: This version of the rendering library is more recent than your version of Android Studio

xjtudll10年前 (2015-06-02)13270
Android Studio: This version of the rendering library is more recent than your version of Android Studio
Android Studio预览xml布局时,提示:This version of the rendering library is more recent than your version of Android Studio. Please update Android Studio......

Eclipse安装android 开发插件(ADT)

xjtudll11年前 (2014-03-26)5160
Eclipse安装android 开发插件(ADT)
如果是单独的eclipse,需要下载ADT。(1)打开Eclipse, 在菜单栏上选择 help->Install New SoftWare 出现如下界面:......

eclipse菜单里找不到“Android SDK Manager”

xjtudll11年前 (2014-03-18)10230
eclipse菜单里找不到“Android SDK Manager”
有的时候ADT即使安装正确了,却找不到Android SDK Manager。Windows选项卡里没有Android SDK Manager,也没有Android Virtual Device Manager。如下图所示。......

eclipse显示行号及字体设置

xjtudll11年前 (2014-03-15)5240
eclipse显示行号及字体设置
1 编辑器显示行号Windows -> Preferences -> General -> Editors -> Text Editors -> Show line numbers(勾选)......