简体   繁体   English

在javafxports中,ANDROID_SDK路径应指向何处?

[英]In javafxports where should the ANDROID_SDK path point to?

我一直在获取有关android sdk路径无效的一些错误,因此我想知道路径应指向何处?

When using the javafxports jfxmobile plugin, the gradle property that points to your Android SDK location is called ANDROID_HOME and can be configured in two ways: 使用javafxports jfxmobile插件时,指向Android SDK位置的gradle属性称为ANDROID_HOME,可以通过两种方式进行配置:

  1. As a gradle property ( https://gradle.org/docs/current/userguide/build_environment.html ) 作为gradle属性( https://gradle.org/docs/current/userguide/build_environment.html
  2. As a system environment variable with the same name: ANDROID_HOME 作为具有相同名称的系统环境变量:ANDROID_HOME

The gradle property takes precedence over the system environment variable. gradle属性优先于系统环境变量。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM