2012年8月30日

Android生成桌面快捷方式

摘要: 在manifest.xml文件中,需要加入下面这段话:<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>在一个activity中创建一个创建快捷方式的方法:createShortCut();public void createShortCut(){//创建快捷方式的Intent Intent shortcutintent = new Intent("com.android.launcher.action.INSTALL_SHORTCUT&q 阅读全文

posted @ 2012-08-30 15:18 →萩.c 阅读(201) 评论(0) 推荐(0) 编辑

Eclipse报错: Unknown error: org.eclipse.core.runtime.OperationCanceledException

摘要: Eclipse报错:Unknown error: org.eclipse.core.runtime.OperationCanceledException出错原因可能是终止了某项操作的进度.解决方法:删除项目,重新导入.愁 就没有不删除项目的方法吗? 阅读全文

posted @ 2012-08-30 15:02 →萩.c 阅读(576) 评论(0) 推荐(0) 编辑

导航