系统环境: OSX Yosemite 10.10.1 (14B25)

JAVA版本:1.8.0_11

Android Studio 版本:1.0.1

问题:Android Studio was unable to find a valid jvm

解决方法:

1、打开Finder

2、找到应用程序 AndroidStudio

3、右击Android Studio,选择“显示包内容”

4、用文本编辑器打开Contents/info.plist文件

5、替换JVMVersion的版本1.6*为1.6+,可以直接搜索1.6

JVMVersion 1.6+

更多相关文章

  1. android 应用自动升级
  2. Android(安卓)Studio 初体验
  3. android中eclipse查看源代码
  4. linux安装安卓开发工具android studio
  5. Mac Yosemite下Android(安卓)Studio环境问题集合
  6. Android浏览器如何打开本地html文件
  7. 使用android访问SQLServer数据库
  8. Android(安卓)SDK Manager无法更新的解决
  9. Android开发之android_apk 在线安装(源代码分享)

随机推荐

  1. android 输入框自动匹配-AutoCompleteTex
  2. android 自动更新网址保存
  3. Android(安卓)TV RecyclerView 焦点处理
  4. android View 绘制完成监听
  5. Android 获取url中的参数
  6. android > ImageView 加载本地/服务器图
  7. 改变tab中indicator文本的颜色
  8. android 资源文件的种类
  9. android 初级入门
  10. Android上实现MVP模式的途径