android studio 提示翻译
1. you can import your settings from a previous version of Studio
可以导入您的设置从先前版本的工作室
2. I want to import my settings from a custom location
我想进口设置从一个自定义的位置
3. specify config folder or installation home of the previous version of Studio
指定配置文件夹或者安装的先前版本的工作室
4. I do not have a previous version of Studio or I do not want to import my settings
我没有前一个版本的工作室或我不想导入设置
5. unable to access Android sdk add-on list
无法访问android sdk 插件列表
6. SDK components setup SDK 组件安装
7. check the components you want to update/install.click next to continue
检查你想更新/安装的组件。单击next继续
8. the collection of android platform APIs ,tools and utilities that enables you to debug profile, and compile you apps
android平台api的集合、工具和实用程序,使您可以调试配置文件,并编译你的应用程序
9. the setup wizard will update your current android sdk installation (if necessary) or install a new version
安装向导将会更新您当前的android sdk安装(如果必要的话)或安装新版本
10. an existing android sdk was detected.the setup wizard will only download missing or outdated sdk components
发现现有的android sdk。安装向导只会下载缺失或过时的sdk组件
11. A preconfigured and optimized Android Virtual Device for app testing on the emulator .(recommended)
一个预配置和优化的Android应用程序测试的虚拟设备模拟器。(推荐)
12.
Re-run the setup wizard on the next android studio startup (recommended)
14. do not re-run the setup wizard不重新运行安装向导
15. android studio setup wizard (android studio安装向导)select UI theme 选择UI主题
16. help improve android studio by sending usage statistics to Google
帮助改善谷歌android工作室通过发送使用统计数据
17. please click I agree if you want to help make android studio better or I don't agree otherwise
如果你想帮助android工作室变得更好请点击我同意,否则点我不同意。
SDK问题
18. you android SDK is missing ,out of date ,or is missing templates.
你android SDK是失踪的,过时的,或者缺少模板。
19. you can configure your SDK via configure/project defaults/project structure/SDKs
您可以配置您的SDK通过配置/项目违约/项目结构/ SDK
20. the directory where the android sdk is located .this location will be used for new projects ,and for existing projects that do not have a local .properties file with a sdk .dir property.
android sdk所在的目录。这个位置将用于新项目,没有当地的现有项目。sdk的属性文件。dir属性。
21. No CPU/ABI system image available for this target
没有可用的CPU / ABI系统映像为这个目标
22. This AVD may not work unless you install the Google APIs Intel Atom (x86) system image for Android6.0(API23) first.
这AVD可能不工作,除非你安装谷歌api的英特尔Atom(x86)系统映像Android6.0(API23)。
23. On windows,emulating RAM greater than 768M may fail
在windows上,模拟内存大于768可能会失败
24. emulator:ERROR :x86 emulation currently requires hardware acceleration
模拟器:错误:x86仿真目前需要硬件加速
25. please ensure Intel HAXM is properly installed and usable
请确保英特尔HAXM正确安装和使用
26. CPU acceleration status :HAX kernel module is not installed
CPU加速状态:HAX内核模块没有安装
27. ignoring unknown package filter 'extra-intel-hardware-accelerated-execution-manager' warning :The package filter removed all packages. There is nothing to install.
忽略未知的包过滤多余的intel硬件加速执行经理的警告:包过滤移除所有的包。没有安装。
28. Please consider trying to update again without a package filter
请再次尝试更新没有包过滤器
android studio 提示翻译的更多相关文章
- android studio提示unable to run mksdcard sdk
如题,android studio提示unable to run mksdcard sdk sudo apt-
- jdk的设置及安装android studio提示does not point to a valid jvm问题
设置方法: 我的电脑->属性->高级->环境变量->系统变量中添加以下环境变量: JAVA_HOME值为:安装JDK的目录, 我的为C:\Program Files\Java\ ...
- 2.7、Android Studio使用翻译编辑器本地化UI
如果你的应用支持多语言,你需要合理的管理你的翻译的string资源.Android Studio 提供了翻译编辑器来使查看和管理翻译的资源更加容易. 关于翻译编辑器 翻译后的资源在你的项目里保存在不同 ...
- 解决Android Studio提示gradle project sync failed报错的解决方法
运行的时候报错,提示:gradle project sync failed 1.打开AS,切换到project目录结构依次进入目录app->gradle->gradle-wrapper.p ...
- Android Studio提示忽略大小写
Android Studio的自动提示功能非常之强大,但是,如果你要输入“String”,你输入“string”,这个是不会提示的,也就是大小写敏感的,不爽是吗? 选择大小写不敏感就ok了!这样你想怎 ...
- Android Studio提示 Connection reset
解决步骤: 1:Android studio开发工具:File -> Invalidate caches / Restart:选择Invalidate and Restart关闭 Android ...
- Android Studio 提示Error running app: No Android facet found for app
错误解决办法如下: 可以通过以下几个步骤解决该问题: 1) 点击菜单File -> 选择Project Structure, 或使用快捷键 (Ctrl+Alt+Shift+S) 打开”Proje ...
- Android Studio 提示android.support.v4不存在的解决方法
最近想学习仿QQ列表的侧滑删除功能,看完资料之后,发现有一堆错误,看了一下,说是不存在android.support.v4包不存在,浪费了一个多小时,终于是找到了解决方法,便是记录下来 打开file- ...
- 与adb相关的问题,比如掉线问题、Android Studio 提示Session 'app':Error Installing APK、找不到设备
这一篇帖子 会写的比较简单 不过相信大家也可能遇到这些问题 为了怕自己忘记 记录下来 顺便也和大家一起分享 描述:在一些机型上安装软件 提示卸载原先的软件 但是又安装不上新软件 DELETE ...
随机推荐
- python学习笔记(基础二:注释、用户输入、格式化输出)
注释 单行:# 多行:上下各用3个连续单引号或双引号 3个引号除了多行注释,还可以打印多行 举例: msg = ''' name = "Alex Li" name2 = name ...
- JQ实现判断iPhone、Android设备
最近做了一版微信宣传页,通过JQ来判断设备,并进行下载 微信内置浏览器对下载链接进行了屏蔽,所以先进行判断,如果是微信内置浏览器,则跳转应用宝链接,如果不是,则判断是iPhone/Adroid/PC ...
- 我的屌丝giser成长记-研一篇(下)
研一生活的下学期开始,课程就比较少了,加上选修课,4门课而已,总体还是比较轻松的,让我有更过充裕时间来做自己的事情以及导师的项目.开始导师的一个新的webgis开发项目,叫做三峡库区事故型水环境污染风 ...
- CentOS7上安装QGIS
1.加入YUM源 rpm -Uvh http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm ...
- 利用NetworkExtension库配置VPN
VPN简单说就是连接局域网的一个通道.Ios8之后苹果增加了一个VPN的接口NEVPNManager,它可以方便的添加VPN连接. 首先在你的Xcode内,TARGETS->Capabiliti ...
- [Deprecated!] Android开发案例 - 微博正文
Deprecated! 更好的实现方式: 使用 android.support.design.widget.CoordinatorLayout. 本文详细介绍如何实现如下图中的微博正文页面效果, 其中 ...
- linux Mysql 安装及配置
1.准备 cmake-3.6.0.tar.gz bison-3.0.4.tar.gz mysql-5.7.13.tar.gz (http://dev.mysql.com/get/Downloads/M ...
- 在本机搭建SVN服务器
目的:在没有正式的SVN服务器的情况下,完成代码的本地备份. 参考:http://blog.csdn.net/ladofwind/article/details/2100200 以下是具体内容: 如何 ...
- Spring 4 使用Freemarker模板发送邮件&添加附件
前言 Spring对Java的邮件发送提供了很好的支持,提供了超级简单的API,大大简化了Java邮件发送功能的开发. Spring对Email的支持是基于JavaMail API开发的,所以,我们在 ...
- MySQL Performance-Schema(三) 实践篇
前一篇文章我们分析了Performance-Schema中每个表的用途,以及主要字段的含义,比较侧重于理论的介绍.这篇文章我主要从DBA的角度出发,详细介绍如何通过Performance-Schema ...