问题标签 [android-studio]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
29 回答
948615 浏览

android-studio - Android Studio - 如何更改 Android SDK 路径

当我从Android Studio打开Android SDK Manager时,显示的 SDK 路径为:

我想改变这条路。我该怎么做?

0 投票
3 回答
9580 浏览

android - Android Studio 无法在 Windows 7 上运行

我下载android-studio-bundle-130.677228-windows并安装在我的电脑上。但是当我尝试启动 android studio 时,那里什么也没有发生……它没有启动,没有错误。我也尝试以管理员身份运行它,但无法正常工作。那里的实际问题是什么?有没有人遇到同样的问题?

0 投票
16 回答
34742 浏览

windows-7 - Android Studio 无法启动

我刚刚下载了适用于 Windows 7 的 Android Studio,向导一直运行到最后,但现在当我单击快捷方式或 .exe 启动程序时,什么也没有发生,没有错误,没有新窗口,好像它在做没有什么。你有什么建议吗?

0 投票
1 回答
4640 浏览

android - Android Studio git 结帐

在尝试新的 android ide 时,当我无法从本地服务器 git 存储库 (\server\git-repo\android\progect) 导入 progect 时遇到问题。在 Eclipse EGit 插件中一切正常。

0 投票
2 回答
2219 浏览

windows-7 - 双任务栏图标android studio

我刚刚安装了 Android Studio 并让它工作,但不幸的是,就像 Eclipse 发生的那样,当我每次启动它时将它固定到任务栏时,它会自动加倍(实际上图标略有不同)。我怎样才能解决这个问题?

0 投票
4 回答
41818 浏览

android - Android Studio using existing android sdk

I already have the latest android sdk with all platforms/sources/etc downloaded. How can i tell Android Studio to use an existing android sdk without moving it to android-studio\sdk\?

0 投票
2 回答
3232 浏览

android - Android Studio 未加载

在 Google 宣布基于 IntelliJ 的 Android Studio 之后,我想尝试一下,但我遇到了问题。它安装得很好,并且在安装过程中成功找到了 JDK,但是当我尝试启动它时没有任何反应。没有错误,没有启动画面,什么都没有。

其他人遇到过这个问题吗?

感谢您的任何帮助,您可以提供。

0 投票
1 回答
3645 浏览

android - What's the difference between dexedLibs and libs?

I'm moving from Eclipse to Android Studio, and I'm importing my project.

I'm at the step where it's enquiring about libs in my old project. It has two sections, dexedLibs and Libs. Everything I had in my old project appears in dexedLibs, but a few also appear in libs. What is the difference between these two things? Should I remove the duplicate entries in libs?

0 投票
8 回答
28823 浏览

android - Android Studio 更新失败

刚得到新的 Android Studio,但它不会连接更新。当我去帮助>检查更新...我得到一个弹出窗口说:

连接失败。请检查您的网络连接,然后重试。

  • 我尝试更改我的网络设置(静态/DHCP)。
  • 我尝试了“自动检测代理设置”。
  • 我尝试将“studio.exe”添加到我的 Windows 防火墙的入站/出站规则中,我还添加了“Java(TM) Platform SE 二进制文件”(运行 Idea 的 VM)。
  • 我试着环顾一下我的主机文件,看看我是否在里面搞砸了。

我运行正常的 IDEA 并且我的更新连接,但显然告诉我没有新的更新。有没有其他人遇到过这个问题或找到了解决方案?我在这里工作的同事根本没有这个问题,只有我同事的一台机器上的“JAVA_HOME”问题。

0 投票
4 回答
9905 浏览

android - 在android项目和库中使用支持库(Android Studio)

我正在使用新的 Android Studio,我正在寻找一种方法来使用来自多个项目的支持库。基本上我有一个项目使用ActionBarSherlock这个项目需要支持库。所以我在这个问题中添加了一个参考。

现在我遇到的问题是我的主项目也使用了支持库,所以我让它以某种方式包含了两次。如果我从两个项目之一中删除该库,我会收到一些与支持库相关的类未知的错误,这对我来说很清楚,但如果我在两个项目中都有参考,我将面临此错误:

知道如何解决这个问题吗?