06 2018 档案
该文被密码保护。
该文被密码保护。
该文被密码保护。
该文被密码保护。
该文被密码保护。
该文被密码保护。
摘要:在Application.mk文件中有个预定义命令参数APP_ABI,是指明编译与调试的CPU架构。 目前Android系统支持以下七种不同的CPU架构:ARMv5,ARMv7(从2010年起),x86(从2011年),MIPS(从2012年),ARMv8,MIPS64和x86_64(从2014年)
阅读全文
该文被密码保护。
摘要:原因:文件没权限 解决:chmod +x 文件名 赋予执行权限或者 chmod 777 文件(赋予最高权限) https://www.cnblogs.com/wdw31210/p/7844572.html sudo chmod 777 android-ndk-r10d-linux-x86_64.bi
阅读全文
摘要:*.bin文件安装方法: 1、运行终端到文件目录下2、在终端输入:sudo chmod +x *.bin3、再输入:sudo ./*.bin可安装到任意目录,./*.bin可安装到当前用户有权限的目录
阅读全文
该文被密码保护。
该文被密码保护。
摘要:https://www.cnblogs.com/luorende/p/6464181.html http://www.cocoachina.com/bbs/read.php?tid-464164.html 入门指南: http://www.cocoachina.com/bbs/read.php?ti
阅读全文
摘要:2013年07月10日 14:47:27 阅读数:1239 2013年07月10日 14:47:27 阅读数:1239 阅读数:1239 错误: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directo
阅读全文
摘要:Android.mk 文件语法详解 Android.mk 文件语法详解 转:http://blog.sina.com.cn/s/blog_602f8770010148ce.html 0. Android.mk简介: Android.mk文件用来告知NDK Build 系统关于Source的信息。 A
阅读全文
该文被密码保护。
该文被密码保护。
该文被密码保护。
该文被密码保护。
摘要:JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal start byte 0xfe 在使用Jni的JNIEnv->NewStringUTF的时候抛出了异常"JNI DETECTED ERROR I
阅读全文
错误 'Cannot run program "/home/uv/IDE/adt/sdk/platform-tools/adb": error=2, No such file or directory
摘要:转 Linux下Android SDK中adb找不到的解决方案 Linux下Android SDK中adb找不到的解决方案 2013年04月22日 20:41:48 阅读数:7621 2013年04月22日 20:41:48 阅读数:7621 阅读数:7621 在Linux平台下配置Android
阅读全文
摘要:sudo apt-get autoremove openjdk-9-jre openjdk-9-jdk ///要慎用auto命令,会把所有的软件包删掉 https://www.linuxidc.com/Linux/2017-11/148941.htmhttps://askubuntu.com/questions/335457/how-to-uninstall-openjdk
阅读全文
摘要:Beyond Compare是商业软件,不建议使用,下载地址:http://www.scootersoftware.com/download.php。下载完直接运行或者通过dpkg安装即可。 其实Linux下文本比较工具很多,比如Meld。 安装: sudo apt-get install meld
阅读全文
该文被密码保护。
摘要:https://cn.calcuworld.com/%E5%8D%81%E5%85%AD%E8%BF%9B%E5%88%B6%E8%AE%A1%E7%AE%97%E5%99%A8
阅读全文
摘要:https://www.jianshu.com/p/266861496508
阅读全文
摘要:How to remove focus without setting focus to another control? Ask Question How to remove focus without setting focus to another control? Ask Question
阅读全文
摘要:https://www.jianshu.com/p/6d855e984b99
阅读全文
摘要:解决Ubuntu系统中文乱码显示问题 [日期:2014-02-20] 来源:Linux社区 作者:njchenyi [字体:大 中 小] 我是先安装了Ubuntu 12.04 Server,然后安装桌面。进入以后发现中文有问题。 解决方法:一. Ubuntu默认的中文字符编码Ubuntu默认的中文字
阅读全文
摘要:https://developer.android.google.cn/ndk/downloads/older_releases.html https://developer.android.google.cn/ndk/downloads/index.html NDK各个版本链接 https://d
阅读全文
摘要:https://blog.csdn.net/u012719256/article/details/52252647 https://blog.csdn.net/ifangler/article/details/41248425 https://www.cnblogs.com/windwithlife
阅读全文
摘要:http://www.runoob.com/design-pattern/command-pattern.html
阅读全文