Android studio 启动但没有安装任何东西

标签 android android-studio installation windows-7-x64

我已经下载并解压了 android-studio-ide-135.1538390-windows.zip,我已经有一个 %JAVA_HOME% 路径,当我打开 studio.bat 时,我打开了应用程序...

但未安装。我当前正在浏览一个项目,因此 IDE 正在运行,但由于我没有使用任何向导,所以我不明白:

The individual tools and other SDK packages are saved outside the Android Studio application directory. If you need to access the tools directly, use a terminal to navigate to the location where they are installed. For example:

\Users\\sdk\

我还尝试直接打开 studio.exe 和 studio64.exe 文件。后者的行为就像.bat,而studio.exe提示“没有找到JVM安装。请安装32位JDK”

因为我有:

\android-studio\bin>echo %JAVA_HOME%
C:\Program Files\Java\jdk1.7.0_13
>javac -version
javac 1.7.0_13

我认为这仅适用于 32 位 Windows,而我使用的是 x64。

我可以不安装任何东西就直接工作吗?我遇到的第一个问题是我无法运行模拟器。

最佳答案

该 SDK 显然不再与 Android Studio bundle 在一起。需要单独安装,然后在Configure->Project Defaults->Project Structure中添加Android Studio的路径。

关于Android studio 启动但没有安装任何东西,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26697105/

相关文章:

Android相机预览教程

android - 将 listview 行与自定义行的 sqlite 数据库绑定(bind)

windows-installer - 如何在 Vista 上阻止 "This program might not have installed correctly"消息

linux - 在centos linux x86_64上安装Enthought canopy

python - 用于通过单一配置生成 Linux、Windows 和 MacOSX 安装程序的应用程序

android - 无法覆盖 AppTheme 字体

android - 列出项目点击监听器上的 fragment

Android Studio Gradle 问题 : OutOfMemoryError: PermGen space

android - (Android) 将进度条放置在 View 之上

android - 为什么我的 Toast 不显示,android 编程