Trait for managing the Android SDK in a Mill build system.
This trait offers utility methods for automating the download, installation, and configuration of the Android SDK, build tools, and other essential components necessary for Android development. It facilitates setting up an Android development environment, streamlining the process of building, compiling, and packaging Android applications in a Mill project.
For more information, refer to the official Android documentation.
Attributes
- Companion
- object
- Source
- AndroidSdkModule.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Attributes
- Inherited from:
- Module
- Source
- Module.scala
- Supertypes
Value members
Abstract methods
Specifies the version of the Android build tools to be used.
Specifies the version of the Android build tools to be used.
Attributes
- Source
- AndroidSdkModule.scala
Concrete methods
Provides the path to AAPT2, used for resource handling and APK packaging.
Provides the path to AAPT2, used for resource handling and APK packaging.
For More Read AAPT2 Documentation
Attributes
- Source
- AndroidSdkModule.scala
Provides the path for the Android Debug Bridge (adt) tool.
Provides the path for the Android Debug Bridge (adt) tool.
For more information, refer to the official Android documentation https://developer.android.com/tools/adb
Attributes
- Source
- AndroidSdkModule.scala
Provides the path to the android.jar
file, necessary for compiling Android apps.
Provides the path to the android.jar
file, necessary for compiling Android apps.
Attributes
- Source
- AndroidSdkModule.scala
Provides the path to the APK signer tool, used to digitally sign APKs.
Provides the path to the APK signer tool, used to digitally sign APKs.
For More Read APK Signer Documentation
Attributes
- Source
- AndroidSdkModule.scala
Provides the path for the Android Virtual Device Manager (avdmanager) tool
Provides the path for the Android Virtual Device Manager (avdmanager) tool
For more information refer to the official Android documentation https://developer.android.com/tools/avdmanager
Attributes
- Source
- AndroidSdkModule.scala
Provides path to the Android build tools for the selected version.
Provides path to the Android build tools for the selected version.
Attributes
- Source
- AndroidSdkModule.scala
Provides the path to the bundleTool.jar
file, necessary for creating Android bundles.
Provides the path to the bundleTool.jar
file, necessary for creating Android bundles.
For More Read Bundle Tool Documentation
Attributes
- Source
- AndroidSdkModule.scala
URL to download bundle tool, used for creating Android app bundles (AAB files).
URL to download bundle tool, used for creating Android app bundles (AAB files).
Attributes
- Source
- AndroidSdkModule.scala
Specifies the version of the Android Bundle tool to be used.
Specifies the version of the Android Bundle tool to be used.
Attributes
- Source
- AndroidSdkModule.scala
Provides path to D8 Dex compiler, used for converting Java bytecode into Dalvik bytecode.
Provides path to D8 Dex compiler, used for converting Java bytecode into Dalvik bytecode.
For More Read D8 Documentation
Attributes
- Source
- AndroidSdkModule.scala
Provides the path for the android emulator tool
Provides the path for the android emulator tool
For more information refer to https://developer.android.com/studio/run/emulator
Attributes
- Source
- AndroidSdkModule.scala
Attributes
- Source
- AndroidSdkModule.scala
Installs the necessary Android SDK components such as platform-tools, build-tools, and Android platforms.
Installs the necessary Android SDK components such as platform-tools, build-tools, and Android platforms.
For more details on the sdkmanager
tool, refer to: sdkmanager Documentation
Attributes
- Source
- AndroidSdkModule.scala
Provides path to the Android CLI lint tool.
Specifies the version of the Manifest Merger.
Specifies the Android platform version (e.g., Android API level).
Specifies the Android platform version (e.g., Android API level).
Attributes
- Source
- AndroidSdkModule.scala
Attributes
- Source
- AndroidSdkModule.scala
Provides the path for the Android SDK Manager tool
Provides the path for the Android SDK Manager tool
Attributes
- Returns
-
A task containing a PathRef pointing to the SDK directory.
- Source
- AndroidSdkModule.scala
Provides the path to the Zipalign tool, which optimizes APK files by aligning their data.
Provides the path to the Zipalign tool, which optimizes APK files by aligning their data.
For More Read Zipalign Documentation
Attributes
- Source
- AndroidSdkModule.scala
Inherited methods
Attributes
- Inherited from:
- BaseClass
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Module -> Any
- Inherited from:
- Module
- Source
- Module.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- Module
- Source
- Module.scala