Android学习
Garantion
节操收割者
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
NDK注入存档
#include #include #include #include #include #include #include #include #include #define LOG_TAG "DEBUG" #define LOGD(fmt, args...) __android_log_print(ANDROID_LOG_DEBU原创 2014-11-05 22:14:58 · 1020 阅读 · 0 评论 -
错误:No resource found that matches the given name 'Theme.AppCompat.Light'解决方法
res中styles.xml里 发生错误信息如下:Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.原创 2014-11-01 15:22:59 · 20381 阅读 · 1 评论 -
Android虚拟机无法启动Failed to allocate memory: 8
[2013-06-08 17:46:14 - Emulator] Failed to allocate memory: 8[2013-06-08 17:46:14 - Emulator] [2013-06-08 17:46:14 - Emulator] This application has requested the Runtime to terminate it in an unus转载 2014-09-06 10:19:08 · 780 阅读 · 0 评论 -
android cmd adb命令安装和删除apk应用
1. 安装Android应用程序1) 启动Android模拟器2) adb install (apk在PC上的路径/)*.apk (将apk文件上传到了模拟器自带操作系统的data/app目录下了)3) Android模拟器界面中浏览打开apk应用程序2. 删除Android应用程序删除Android有好几种方法。第一种:命令行用uninstalladb u转载 2014-08-07 22:25:12 · 706 阅读 · 0 评论
分享