
Android
文章平均质量分 56
missingu1314
这个作者很懒,什么都没留下…
展开
-
Win7下android开发环境搭建
所需软件安装包1、 JDK。文件名为jdk-6u22-windows-i586.exe。下载地址:http://www.oracle.com/technetwork/java/javase/downloads/jdk6-jsp-136632.html2、 SDK安装包。文件名为android-sdk_r04-windows.zip下载地址:http://转载 2013-01-29 16:10:54 · 529 阅读 · 0 评论 -
Android之loadUrl访问网络资源与本地资源的方法
转自:http://www.cnblogs.com/lee0oo0/archive/2012/06/29/2569568.html//加载在线网页 loadUrl("http://www.baidu.com/"); //加载本地网页之加载sd卡内的资源loadUrl("file:///mnt/sdcard/Google.html"); //加载本地网转载 2013-11-08 10:49:31 · 1038 阅读 · 0 评论 -
andriod 模拟器安装flash插件
1、 下载Adobe_Flash_Player.apk2、 放在\adt-bundle-windows-x86-20131030\sdk\platform-tools 目录下3、打开cmd ,进入该目录,运行:adb install Adobe_Flash_Player.apk原创 2013-11-08 11:07:09 · 2081 阅读 · 0 评论 -
android 不显示控件
我在android 界面中添加了很多控件,可是却不显示,如: android:id="@+id/url" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignLeft="@+id/w原创 2013-11-13 19:39:14 · 1552 阅读 · 0 评论 -
Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.
转自:http://www.csdn123.com/html/itweb/20131113/219058.htm问题提示:Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.Conversion to Dalvik format failed:转载 2013-11-14 10:13:35 · 935 阅读 · 0 评论 -
android 4.0 安装adobe flash player
一、首先确定模拟器是否可以联网1、Make sure your Android device is connected to the Internet.2、Open the Settings menu.3、Select Security (or Applications, on older Android OSs).4、Place a checkmark next to the "原创 2013-11-13 21:16:09 · 2284 阅读 · 0 评论