AndroidStudio配置 装机 git 子模块

1.Could not install Gradle distribution from

完美解决Android Studio 运行时出现的警告信息?
https://blog.csdn.net/qq_15950325/article/details/73618474

如何在Android Studio中直接运行模拟器  Studiode 的使用
https://www.jianshu.com/p/619b64850fd8

首次安装需要配置

xxx does not appear to be Android studio config directory or installation home_否定观的博客-CSDN博客

路径为

D:\Program\android\Android\AndroidStudioCache\.AndroidStudio4.1

配置sdk

 

 

 环境变量

win10配置java环境变量_Dream_it_possible!的博客-CSDN博客_java win10环境变量

Win10电脑如何设置环境变量

目前安装版本日期  Last updated 8/17/2020


修改Android Studio默认配置路径
https://blog.csdn.net/yufumatou/article/details/117749143

A problem occurred configuring project ':choreographer-30fps'.
> java.lang.RuntimeException: com.android.builder.sdk.LicenceNotAcceptedException: Failed to install the following Android SDK packages as some licences have not been accepted.
     patcher;v4 SDK Patch Applier v4
     ndk;22.1.7171670 NDK (Side by side) 22.1.7171670
  To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
  Alternatively, to transfer the license agreements from one workstation to another,

配置一下ndk路径就可以了

NDK_ROOT

D:\Path\Program\SDK\Android\ndk\21.3.6528147

\AppData\Local\Google\AndroidStudio4.1路径是什么东西

彻底卸载Android Studio的终结方法_法钵罩不住的柔情的博客-CSDN博客_android studio无法卸载

Android Studio4.1插件路径_FunnySaltyFish的博客-CSDN博客_android studio插件在哪


http://t.zoukankan.com/jqmtony-p-6748398.html
https://www.173it.cn/biancheng/note/qagias.html

https://blog.csdn.net/Daisy74RJ/article/details/125137026
https://www.jianshu.com/p/596d7440a732

 .android
.gradle
C:\Users\palot\AppData\Roaming\Google\AndroidStudio4.2
可以删
Android studio删除插件
https://blog.csdn.net/weixin_44357587/article/details/115168385

『Android』 AndroidStudio多版本共存指南
https://www.proyy.com/7000244236041846798.html
 

https://blog.csdn.net/qq_45069279/article/details/106174340
不会码云Gitee怎样实战使用?看完它你就知道了

下载Android Studio_psh714的博客-CSDN博客

git配置 gitlab

TortoiseGit 详细教程
https://zhuanlan.zhihu.com/p/381851207

studio下载地址

https://developer.android.com/guide/topics/connectivity/usb/accessory

Git修改提交用户名称_git修改已提交的用户名_小小渔夫的博客-CSDN博客

android studio 底部菜单栏 android studio 菜单栏隐藏了怎么办_mob6454cc6f4a4e的技术博客_51CTO博客

如果是从仓库拷过来的id_rsa.pub

把它放在C:\Users\Administrator\.ssh 目录下

然后 文件夹里面

输入指令 git clone git@192.168.81.45:/opt/git/App.git  输入密码(密码为仓库密码)

会生成的.git文件 没有源码 这时候配置studio 输入git@192.168.81.45:/opt/git/App.git

输入密码,切换项目就可以了 

https://blog.csdn.net/qq_42257666/article/details/129538154
com.android.ide.common.signing.KeytoolException: Failed to read key AndroidDebugKey from store

https://www.bilibili.com/read/cv21035579/
解决AS插件与Gradle版本之间的对应问题

Android Gradle 插件与Gradle版本对照表
https://www.jianshu.com/p/3f44b2ad193a

https://zhuanlan.zhihu.com/p/615581394
Git 使用教程:最详细、最正宗手把手教学(万字长文)

https://www.cnblogs.com/liuyiyuan/p/13049667.html
Git配置ssh

git config --global user.name "name"
git config --global user.email ""

git安装
https://blog.csdn.net/qfo123456789/article/details/128209010/

解决AS插件与Gradle版本之间的对应问题
https://www.bilibili.com/read/cv21035579/

2023最新版Android studio安装入门教程(非常详细)从零基础入门到精通,看完这一篇就够了
https://blog.csdn.net/leah126/article/details/131268770

解决AS插件与Gradle版本之间的对应问题
https://www.bilibili.com/read/cv21035579/


Android Gradle 插件与Gradle版本对照表
https://www.jianshu.com/p/3f44b2ad193a

AndroidStudio打开工程时出现Connection Reset、Connect timed out、connection refused no further information
https://blog.csdn.net/weixin_73141239/article/details/134819478

解决 Could not resolve com.android.tools.build:gradle:4.2.2 问题
https://blog.csdn.net/FDoubleman/article/details/133807655

记:AS debug 依赖冲突->checkDefaultDebugDuplicateClasses FAILED----可以查看一个依赖里面引用了哪些包结构
https://blog.csdn.net/smallbabylong/article/details/108254420
 

【安卓疑难杂症】:安卓安装、gradle下载、AndroidStudio报错:Connection timed out: connect If you are behind an HTTP proxy----目前在用
https://blog.csdn.net/oxygen23333/article/details/129345204

完美解决 AndroidStudio Gradle 下载jar包慢Android Studio : Read timed out和connect timed out的解决方法
https://blog.csdn.net/laterstage/article/details/133914261

distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
services.gradle.org/distributions/gradle-7.3.3-bin.zip

解决提交不上
1.就在该目录下执行Open Git Bash here
2.git reset HEAD^恢复成上次提交的版本 这个会把本地已经写好的代码回滚掉,不建议这样做
3.git revert HEAD #  或者git reset HEAD~1  或者git checkout .
 

完美解决:The specified Gradle installation directory
https://blog.csdn.net/qq_33721320/article/details/124927895

Android Studio Electric Eel | 2022.1.1 版本
https://cloud.tencent.com/developer/article/2226730

Android 子模块调主模块页面 主模块和子模块
https://blog.51cto.com/u_16099164/9539501
 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值