android
siruoxian
一个简单的人!
展开
-
android4.0中HttpURLConnection抛异常java.io.FileNotFoundException
URL url = new URL(urlstr);HttpURLConnection httpCon = (HttpURLConnection) url.openConnection();httpCon.setRequestMethod("GET");httpCon.setDoOutput(true);httpCon.connect(); 原因:4.0中设置httpCon.setDoOu...原创 2012-05-15 18:56:38 · 214 阅读 · 0 评论 -
根据包名打开应用程序
Intent intent = context.getPackageManager(). getLaunchIntentForPackage("packageName"); startActivity(intent);原创 2012-03-31 15:51:29 · 115 阅读 · 0 评论 -
Mac配置Android开发环境变量及工具
很好的文章,收藏一下。 http://www.techolics.com/android/development/20100602_7_3.html原创 2012-08-02 17:32:42 · 75 阅读 · 0 评论