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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -