1官网下载.exe文件,本文选择版本为4.5.2 https://opencv.org/releases/ 2 extract到D盘 3 添加环境变量,E:\opencv\build\x64\vc15\bin 4 将E:\opencv\build\x64\vc15\bin中的这两个文件放到C:\Wi ...
分类:
其他好文 时间:
2021-06-06 19:43:10
阅读次数:
0
一、获取开发版(调试版)SHA1值 1、使用windows键+R键 打开系统运行工具 2、输入cmd ,然后点击确定,打开命令行工具 3、输入 cd .android 定位到 .android 文件夹 4、继续在控制台输入命令。 调试版本使用 debug.keystore,命令为:keytool - ...
分类:
移动开发 时间:
2021-06-06 19:19:15
阅读次数:
0
步骤 注意:这个过程需要在Android源码环境中运行,可以使用adb端口转发工具,来连接服务器端的源码进行运行 关于adb端口转发:请看https://www.cnblogs.com/pyjetson/p/14828485.html 1. 运行gdbclient.py脚本 首先是使用vscode ...
分类:
移动开发 时间:
2021-06-05 18:17:03
阅读次数:
0
1. Cocos2DX 简介 Cocos2d-x是一套成熟的开源跨平台游戏开发框架。其引擎提供了图形渲染、GUI、音频、网络、物理、用户输入等丰富的功能,被广泛应用于游戏开发及交互式应用的构建。引擎的核心采用C++ 编写,支持使用C++、Lua或者JavaScript进行开发。同时Cocos2d-x ...
分类:
移动开发 时间:
2021-06-05 18:01:33
阅读次数:
0
SharedPreference是一种轻量级的内部数据存储方式,采用Key/value的形式,只运行存储一些简单的数据,比如int,float等类型 首先先创建SharedPreference package com.example.sharedpreference; import androidx ...
分类:
移动开发 时间:
2021-06-04 19:53:37
阅读次数:
0
系统定制的时候需要删除一些Androd的原生应用,这些模块的编译配置在不同的mk文件里面,直接的方法是搜索所有的mk文件,查找这个模块的名称。 比如你要去掉Music, 那么在android源码目录下运行下面指令:find build/ -name "*.mk"|xargs grep "Music" ...
分类:
移动开发 时间:
2021-06-04 19:45:15
阅读次数:
0
Path '\react-native-safe-area-context\android\build\intermediates\compiled_local_resources\debug\out' is not a readable directory. 解决: 按照目录手动新建文件夹 ...
分类:
移动开发 时间:
2021-06-04 19:43:18
阅读次数:
0
Barefoot Networks P4 Studio Build Tool P4 Studio Build is a tool that helps a user to install dependencies, build and install all the required compone ...
分类:
其他好文 时间:
2021-06-04 19:14:12
阅读次数:
0
修改build.gradle文件 // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { goog ...
分类:
移动开发 时间:
2021-06-04 19:09:13
阅读次数:
0
一手遮天 Android - Animation: 视图动画(View Animation)自定义 Interpolator ...
分类:
移动开发 时间:
2021-06-02 20:54:25
阅读次数:
0