eclipse - Programmatically Load Android SDK Location -
i'm developing eclipse plugin , programmatically determine user has installed android sdk at. information stored in eclipse workbench preferences page. access follows: window->preferences->android.
is possible load value stored on preferences page?
thanks!
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