上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 59 下一页
摘要: 安装jdk 必须安装 JDK1.8.0_202 这个版本 如果安装其他版本 执行以下操作 sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -fr /Library/PreferencesPanes/Jav 阅读全文
posted @ 2024-01-10 11:51 vx_guanchaoguo0 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 安装jenv brew install jenv // 也可以直接下载 效果一样的 git clone https://github.com/jenv/jenv.git ~/.jenv 设置环境变量 echo 'export PATH="$HOME/.jenv/bin:$PATH"' >> ~/.b 阅读全文
posted @ 2024-01-10 10:45 vx_guanchaoguo0 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 全局设置 git config --global user.name "寂寞的钢蛋儿" git config --global user.email "guanchaoguo@qq.com" 创建 git 仓库: mkdir test cd test git init touch README.md 阅读全文
posted @ 2024-01-09 14:20 vx_guanchaoguo0 阅读(6) 评论(0) 推荐(0) 编辑
摘要: .gradle/init.gradle allprojects { buildscript { repositories { maven { url 'https://maven.aliyun.com/repository/jcenter' } maven { url 'https://maven. 阅读全文
posted @ 2024-01-07 12:03 vx_guanchaoguo0 阅读(10) 评论(0) 推荐(0) 编辑
摘要: install brew ~bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ``` ### install java11 ``` brew install java11 ``` 阅读全文
posted @ 2024-01-03 17:14 vx_guanchaoguo0 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 安装brew ~bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 安装模拟器 brew install android-platform-tools 下载镜像 android-e 阅读全文
posted @ 2024-01-03 15:52 vx_guanchaoguo0 阅读(421) 评论(0) 推荐(0) 编辑
摘要: gradle wapper distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-6.8.1- 阅读全文
posted @ 2024-01-02 10:30 vx_guanchaoguo0 阅读(8) 评论(0) 推荐(0) 编辑
摘要: gradle wapper distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-6.8.1- 阅读全文
posted @ 2024-01-02 10:29 vx_guanchaoguo0 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 使用监听监听结束事件 import Foundation import AVKit import MediaPlayer import Flutter class FlutterAVPlayerView: NSObject, FlutterPlatformView { private var _fl 阅读全文
posted @ 2023-12-30 16:28 vx_guanchaoguo0 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 由于代码比价简单直接上代码 ios/Runner/AppDelegate.swift import UIKit import Flutter @UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { override func 阅读全文
posted @ 2023-12-28 14:34 vx_guanchaoguo0 阅读(15) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 59 下一页