sdk

【物联网】ESP8266_Non-OS SDK在Ubuntu下的环境搭建

帅比萌擦擦* 提交于 2020-02-05 09:12:25
目录 【物联网】ESP8266_Non-OS SDK在Ubuntu下的编译环境搭建 介绍 软件工具下载 安装过程 常见问题的解决 参考文章 【物联网】ESP8266_Non-OS SDK在Ubuntu下的编译环境搭建 介绍 乐鑫官方提供了完整的Linux开发环境,是基于虚拟机VirtualBox的Lubuntu镜像。如果已经有了Ubuntu或其他Linux系统了就没有必要再装个虚拟机了,可以自己直接搭建编译环境。 软件工具下载 乐鑫提供的完整Linux开发环境: http://downloads.espressif.com/FB/ESP8266_GCC.zip 安装过程 1 . 解压ESP8266_GCC.zip,只需要压缩包中的 xtensa-lx106-elf.tar.bz2 2 . 将xtensa-lx106-elf.tar.bz2复制到Ubuntu下,使用命令 sudo tar -jxvf xtensa-lx106-elf.tar.bz2 -C /opt 解压到/opt目录。 3 . 修改xtensa-lx106-elf目录权限,使用命令 sudo chmod 777 /opt/xtensa-lx106-elf 这一步很重要 。 4 . 添加环境变量。使用命令 sudo gedit ~/.bashrc ,在文件最后一行添加 export PATH=/opt/xtensa

what base SDK level should I use?

旧巷老猫 提交于 2020-02-05 08:21:47
问题 I have apps listed on app store. Some of them are OS 10.6 compatiable. Now, I want the user of OS 10.8 getting benifit from the new API of NSUserNotification and still want to serve the user under OS 10.6 and OS 10.7 with basic functions. What base SDK should I use on project setting while producing my new upgrades? Or, should I use different targets? Thank you for your basic tutorials. I really don't know and never used it before. 回答1: Base SDK: 10.8 Mac OS X Deployment Target: 10.6 Build

what base SDK level should I use?

青春壹個敷衍的年華 提交于 2020-02-05 08:21:26
问题 I have apps listed on app store. Some of them are OS 10.6 compatiable. Now, I want the user of OS 10.8 getting benifit from the new API of NSUserNotification and still want to serve the user under OS 10.6 and OS 10.7 with basic functions. What base SDK should I use on project setting while producing my new upgrades? Or, should I use different targets? Thank you for your basic tutorials. I really don't know and never used it before. 回答1: Base SDK: 10.8 Mac OS X Deployment Target: 10.6 Build

Using compiled SDK in Android Studio

二次信任 提交于 2020-02-05 02:36:07
问题 I am trying to compile android-6.0.1 from source and use the compiled SDK in Android Studio. To compile the SDK, I tried the commands: $ lunch sdk-eng $ make sdk Also tried: $ lunch sdk-eng $ make PRODUCT-sdk-sdk showcommands Compilation results 0 errors. To add the SDK in Android Studio, I checked SO questions on how to change SDK path. I am facing issues after path change. The folder of my compiled SDK has key folders named android-6.0.1 such as platforms/android-6.0.1 build-tools/android-6

MSBuild cant find resgen.exe

北慕城南 提交于 2020-02-04 20:41:10
问题 I have a VM machine where I copied over the SDK files and path, went to the registry and added the keys to the registry, but I keep getting the error that resgen.exe cannot be found: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1835,9): error MSB3091: Task failed because "resgen.exe" was not found, or the correct Microsoft Windows SDK is not installed. The task is looking for "resgen.exe" in the"bin" subdirectory beneath the location specified in the Installation

2020.1.3

♀尐吖头ヾ 提交于 2020-02-04 13:41:11
今天的完成了Android studio的下载,此过程中下载是看了好多个教程自己下载下来的,出现的问题实在配置环境的时候,要确定jdk和sdk的安装路径,但是出现的问题时jdk的路径老是不成功导入,所以我重新下载了一个jdk 重新将jdk的环境变量配置了一下,测试成功以后。因为eclipse的jdk还是之前那个所以重新在eclipse的路径更换了一下,更换之后由于tomcat的其中两个文件夹中的jdk路径不对,又重新更改了tomcat的jdk路径,还是一样的在eclipse中重新导入了tomcat,但是更换了之后又是出现了问题,之前那些项目运行不了了,根据提示以及在网上查资料,其原因是由于开发的jdk版本和现在的角度看版本不一样,所以重新更改了一下jdk的版本信息,最终能够重新运行了,问题解决的。 Android studio的测试也是成功了,是可以进行安卓软件的开发了。 。 以下是我详细的下载过程。 这段时间学习了一下Android的基本开发,发现Google已经停止了对eclipse的支持,并开发了自己的Android开发工具--Android Studio,于是想安装一下Android Studio,但是在安装的时候,使用网上的很多教程都有一些问题,只能不断找问题才安装好,所以写这篇博客记录一下,希望能帮助到大家。同时也作为开发Android环节的第一节

reactNative集成QQ分享、支付

自作多情 提交于 2020-02-03 04:18:29
一、android配置 1、下载QQ互联sdk sdk下载 2、在android/app下新建libs文件夹,将sdk放入文件夹内 3、在android/app/build.gradle中添加如下: dependencies { implementation fileTree ( dir : "libs" , include : [ "*.jar" ] ) implementation "com.facebook.react:react-native:+" compile files ( 'libs/open_sdk_r2973327_lite.jar' ) //添加此处,引入sdk ... ... } 4、在android/app/src/main/java/com/项目文件夹里面创建qq文件夹,并创建QQModule.java,代码如下: package com . test . qq ; // test改成你的包名 import android . content . Intent ; import android . content . pm . ApplicationInfo ; import android . content . pm . PackageManager ; import android . os . Bundle ; import android .

Vulkan SDK Demo 之一 熟悉

佐手、 提交于 2020-02-03 00:56:53
DiligentEngine的API是D3d11和D3D12风格的,vulkan也被封装成了这种风格的API。 在了解Diligent Engine是如何对vulkan进行封装之前,我准备先学习下Vulkan。知乎funchun的编程指南是中文版,英文不好,准备先看一版中文版,回头再去研习其他的内容。 1.Vulkan编程指南阅读摘要 1.1 Vulkan SDK 安装完成之后,安装目录有如下文件。在阅读编程指南的过程中,我并未采用指南中的demo code来进行研究,而是使用的SDK自带的demo进行学习。 1.2 Vulkan SDK Demo validation layers /* * This is info for a temp callback to use during CreateInstance. * After the instance is created, we use the instance-based * function to register the final callback. */ VkDebugUtilsMessengerCreateInfoEXT dbg_messenger_create_info; if (demo->validate) { // VK_EXT_debug_utils style dbg_messenger

Android Studio & Android SDK 安装 到创建模拟器

拥有回忆 提交于 2020-02-02 18:24:46
学习自动化测试,安装Android Studio & Android SDK,这两天坑踩的多了,今天反复安装了好几次Android Studio,觉得特别的容易~ 记录下我的安装步骤: 一、下载Android Studio https://developer.android.google.cn/studio 二、配置hosts文件,增加 203.208.39.197 dl.google.com (这里的ip地址,可以去 http://ping.chinaz.com/ ping检测,选择大陆响应时间最短的ip地址即可) 做好以上两个步骤,点击下载好的 android-studio 点击Next 进行安装。 在这里安装 Android SDK 即可。 安装Android SDK 完成。 安装完后,创建一个项目。 配置系统变量,使用adb命令。 使用adb命令,正常。 创建一个模拟器。 完成,可以使用adb命令操作这个Android模拟器。 今天下午反复安装Android Studio是因为在启动 Appium的时候碰到一个报错: An unknown server-side error occurred while processing the command. Original error: Could not find 'adb.exe' in ["C:\\Software

构建带openssl的owt

偶尔善良 提交于 2020-02-02 03:18:19
sample : https://github.com/thmatuza/oms-client-ios-sample 是swift的 官方 suit [4.3]的(http://registrationcenter-download.intel.com/akdlm/irc_nas/16082/Intel_CS_WebRTC.v4.3.zip) 官方文档 带openssl 编译owt 架构师的指点 之前的构建 openssl 1.1.1废弃了一些api owt 编译不过 构建带外置openssl的webrtc 版本 ✘ zhangbin@pb6a80114  ~/tet/webrtc_build/owt-native/src/src  ➦ e983dc8 ●  python scripts/build.py --arch 'x64' --ssl_root '/Users/zhangbin/tet/webrtc_build/owt-native/OpenSSL-for-iPhone/bin/iPhoneSimulator13.2-x86_64.sdk' --scheme 'debug' 选择openssl版本 owt 官方说的是OpenSSL 1.1.0l or higher. issue上是 ./build-libssl.sh --version=1.1.0f -