logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

AS编译时More than one file was found with OS independent path ‘lib/arm64-v8a/libc++_shared.so‘. If you

今天土地再次惨嚎原来他被老大安排了一个集成sdk的任务问题集成sdk的时候,android studio报错More than one file was found with OS independent path 'lib/arm64-v8a/libc++_shared.so'. If you are using jniLibs and CMake IMPORTED targets解决方法找到对

#android studio
git clone出现Permission denied (publickey)解决办法

问题在执行代码clone时git clone git@gitee.com:wangzaiplus/xxx.git出现问题Permission denied (publickey)原因无权限, 未将公钥添加至GitHub解决思路本地生成密钥登录GitHub配置SSH Key具体步骤1.生成私钥-公钥对windowsssh-keygen.exe -t rsa -C "xxx@qq.com"linux,

#git
INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2

问题最近碰到个问题,在Android手机上安装apk安装不上,使用adb命令安装后出现以下报错➜~ adb install test.apkFailed to install test.apk: Failure [INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2]分析从控制台的报错信息来看,这个错误是安装时

#android
c++ ‘this‘ cannot be implicitly captured in this context

问题使用lambda表达式的时候,发现报了个编译错误'this' cannot be implicitly captured in this context完整示例void demo::init(){Hanlder([](const std::string &event, const std::string &content){//调用所在类的成员函数,报错test();});}v

#c++
Android Studio 生成APK的时候由于xml的namespace原因不能打包成功

Error: Suspicious namespace and prefix combination [NamespaceTypo] when I try create Signed APKError:(6) Error: Suspicious namespace and prefix combination [NamespaceTypo]~~~~~~~~~~...

#android
c++ ‘this‘ cannot be implicitly captured in this context

问题使用lambda表达式的时候,发现报了个编译错误'this' cannot be implicitly captured in this context完整示例void demo::init(){Hanlder([](const std::string &event, const std::string &content){//调用所在类的成员函数,报错test();});}v

#c++
【鸿蒙】手把手带你搭建Harmony应用开发环境

鸿蒙应用开发-目录导航下载与安装软件DevEco Studio是鸿蒙的应用开发IDE,DevEco Studio目前仅支持Windows和macOS系统,下面将针对两种操作系统的软件安装方式进行介绍。Windows环境运行环境要求为保证DevEco Studio正常运行,建议您的电脑配置满足如下要求:操作系统:Windows10 64位(当然win7也能运行,只是node.js需要下载对应的版本)

#鸿蒙
DevEco Studio 启动时报错Plugin “xxx“ was not loaded: required plugin “Remote Device (China)“ is disabled.

问题在打开鸿蒙工程,启动DevEco Studio时,报如下错误:16:55Plugin ErrorProblems found loading plugins:Plugin "DevEco Test Services" was not loaded: required plugin "Remote Device (China)" is disabled.Plugin "Hdm Support"

#鸿蒙
Android R(11)targetSdkVersion 30的应用必须使用v2及以上签名

前言最近Android 11已发布beta2版本,为了尽快适配和体验Android 11,我们做了点前期的小工作https://developer.android.google.cn/android11问题当apk的targetSdkVersion为30时,在android 11的手机上安装时,会出现安装失败的问题。可以通过执行安装命令安装应用,发现报错adb install报错信息:Failur

#android
Android 12刷机教程

可供刷机的设备Pixel 5, Pixel 4a, Pixel 4a (5G), Pixel 4, Pixel 3a, Pixel 3a XL, Pixel 3, and Pixel 3 XLAndroid12镜像及刷机教程https://developer.android.google.cn/about/versions/12/download实际刷机经历对于新机没刷过OEM的,第一件事需要将O

#android
    共 24 条
  • 1
  • 2
  • 3
  • 请选择