Retrieve the saved location of the android-sdk from eclipse -
is there way saved location of "android-sdk" within eclipse?
if go window -> preferences -> android
. there text field containing location of android-sdk. there way query eclipse
value in ant
script or other means?
on mac, found value in file stored in workspace: {workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.android.ide.eclipse.adt.prefs
file contents:
com.android.ide.eclipse.adt.fixlegacyeditors=1 com.android.ide.eclipse.adt.sdk=/users/jakuben/documents/android_dev_environment/android-sdk-macosx eclipse.preferences.version=1
Comments
Post a Comment