随笔分类 -  android

摘要:service发送通知,收到通知后在通知栏点击打开app。 点击通知后通知消失: Notification.Builder.setAutoCancel(true); app打开时点击通知出现重复的Acitivity,修改启动模式: http://wangkuiwu.github.io/2014/06 阅读全文
posted @ 2016-09-29 16:00 qike 阅读(685) 评论(0) 推荐(0)
摘要:https://gitsubmoduleasandroidtudiomodule.blogspot.in/I'm writing this blog to make the development process easy and faster. This is specific to Androi 阅读全文
posted @ 2016-07-20 21:30 qike 阅读(347) 评论(0) 推荐(0)
摘要:下载zip文件之后解压到$sdk_paht/extras/android/目录 阅读全文
posted @ 2016-05-16 14:18 qike 阅读(327) 评论(0) 推荐(0)
摘要:参考:http://stackoverflow.com/questions/8650407/how-to-copy-selected-files-from-android-with-adb-pull "adb pull sdcard/mydir/*.jpg" it apparently doesn' 阅读全文
posted @ 2016-05-01 23:21 qike 阅读(178) 评论(0) 推荐(0)
摘要:参考:http://stackoverflow.com/questions/17206514/where-is-the-warnings-view-in-android-studioon the toolbar, you click Analyze -> Inspect Code; then in 阅读全文
posted @ 2016-04-22 11:30 qike 阅读(155) 评论(0) 推荐(0)
摘要:参考:http://stackoverflow.com/questions/20252180/how-to-find-string-in-project-in-android-studio How to find string in project in Android Studio?First o 阅读全文
posted @ 2016-04-22 11:10 qike 阅读(210) 评论(0) 推荐(0)
摘要:查看包名: # aapt dump badging <path-to-apk> | grep package:\ name 阅读全文
posted @ 2016-03-02 13:30 qike 阅读(151) 评论(0) 推荐(0)
摘要:菜单->Build->Generate Signed APK 创建或选择已有 .jks文件 保存apk 阅读全文
posted @ 2016-03-01 14:42 qike 阅读(117) 评论(0) 推荐(0)
摘要:http://codeseekah.com/2012/02/16/command-line-android-development-debugging/ I personally have a distaste towards IDEs, preferring lightweight solutio 阅读全文
posted @ 2015-07-18 19:16 qike 阅读(233) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/860187/access-restriction-on-class-due-to-restriction-on-required-library-rt-jar Go to the Build Path settings in t 阅读全文
posted @ 2015-07-07 16:35 qike 阅读(221) 评论(0) 推荐(0)
摘要:Eclipse is looking for eclipse projects, meaning its is searching for eclipse-specific files in the root directory, namely .project and .classpath. Yo 阅读全文
posted @ 2015-07-07 14:40 qike 阅读(146) 评论(0) 推荐(0)