Class AndroidSdkUtil
java.lang.Object
com.pnfsoftware.jeb.core.units.code.android.AndroidSdkUtil
Utility routines to retrieve the Android SDK and Android NDK locations.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlistNDKFolders(boolean cached) static FilelocateBestNDK(boolean cached) static FilelocateSDK(boolean cached)
-
Field Details
-
legacySdkLocationVar
See https://developer.android.com/tools/variables- See Also:
-
currentSdkLocationVar
See https://developer.android.com/tools/variables- See Also:
-
-
Constructor Details
-
AndroidSdkUtil
public AndroidSdkUtil()
-
-
Method Details
-
locateSDK
- Throws:
IOException
-
listNDKFolders
- Throws:
IOException
-
locateBestNDK
- Throws:
IOException
-