查过网站,这是一个已知的Android Tool的问题。

http://stackoverflow.com/questions/16578321/android-studio-cant-start


谷歌Android Tool上的说明: http://tools.android.com/knownissues#as0.1

Android Studio 0.1 (I/O Preview)

Windows: Application doesn't launch [fixed in 0.1.1]
We have 2 possible issues:
  • On some systems the launcher script does not find where Java is installed. Workaround is to set a variable indicating the location of Java [b/55281]:
    • Open Start menu > computer > System Properties >  Advanced System Properties
    • In the Advanced tab > Environment Variables, add new system variable JAVA_HOME that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21.
  • Another issue we found is that the launcher script uses an option that is unknown to Java on some system [b/55267]
    • Open the installation folder of Android Studio (e.g. C:\Programs Files\Android\android-studio, or C:\Users\\AppData\Local\Android\android-studio) and find the "bin" directory in there.
    • Open a "cmd.exe" (command prompt), cd to the android-studio\bin folder and run "studio.bat". You will most likely see an error: for example  b/55267 is about the option -XX:+UseCodeCacheFlushing not being recognized. Report the error, remove the line from the studio.exe.vmoptions or studio64.exe.vmoptions and it should now work.
Apologies for this weak launcher. We know 0.1 is pretty rough and we're working actively on getting things better.



=======================================================================

问题2:Android Studio创建新项目出错 Could not fetch model of type 'IdeaProject' using Gradle distribution


感谢Jimcn2009分享解决方法:http://blog.csdn.net/jimcn2009/article/details/8969361



更多相关文章

  1. android 使用AndroidAnnotations注解简化安卓开发
  2. Android(安卓)greedao数据库简单的升级
  3. [Android] ProcessBuilder与Runtime.getRuntime().exec分别创建
  4. 创建一门新的编程语言-Flex&Bison&LLVM-(6)-LLVM在Android和PC上的
  5. Android官方开发文档Training系列课程中文版:使用Fragment构建动
  6. Android(安卓)9.0 Phone对象解析
  7. Google Android(安卓)Developer
  8. android软件安全与逆向分析重打包签名出错
  9. 安卓取代者:谷歌Fuchsia OS操作系统已获蓝牙认证

随机推荐

  1. android:exported 属性分析
  2. android camera 源码分析(基于应用)
  3. Android 升级 min sdk 到29 后报错Dex fi
  4. android访问权限(Android(安卓)permissio
  5. android中捕捉menu按键的点击事件
  6. [Android算法] 【eoeAndroid索引】史上最
  7. Android Styles & Themes(上)——Style
  8. Android冷启动 - 启动优化
  9. [置顶] android adb网络调试 Android中使
  10. Android Camera2 之 CameraManager 详解