Packages

trait AndroidSdkModule extends BaseClass with Module

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.

Annotations
@experimental()
Source
AndroidSdkModule.scala
Linear Supertypes
define.Module, BaseClass, Cacher, Cacher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AndroidSdkModule
  2. Module
  3. BaseClass
  4. Cacher
  5. Cacher
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def buildToolsVersion: T[String]

    Specifies the version of the Android build tools to be used.

Concrete Value Members

  1. object millInternal extends Internal

    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

    Definition Classes
    Module
    Annotations
    @internal()
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def aapt2Path: T[PathRef]

    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

  6. def adbPath: T[PathRef]

    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

  7. def androidJarPath: T[PathRef]

    Provides the path to the android.jar file, necessary for compiling Android apps.

  8. def apksignerPath: T[PathRef]

    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

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def avdPath: T[PathRef]

    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

  11. def buildToolsPath: T[PathRef]

    Provides path to the Android build tools for the selected version.

  12. def bundleToolPath: T[PathRef]

    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

  13. def bundleToolUrl: T[String]

    URL to download bundle tool, used for creating Android app bundles (AAB files).

  14. def bundleToolVersion: T[String]

    Specifies the version of the Android Bundle tool to be used.

  15. def cachedTarget[T](t: => T)(implicit c: Enclosing): T
    Attributes
    protected[this]
    Definition Classes
    Cacher → Cacher
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  17. def d8Path: T[PathRef]

    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

  18. def emulatorPath: T[PathRef]

    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

  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. def installAndroidSdkComponents: T[Unit]

    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

  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def lintToolPath: T[PathRef]

    Provides path to the Android CLI lint tool.

  26. def manifestMergerVersion: T[String]

    Specifies the version of the Manifest Merger.

  27. implicit def millModuleBasePath: BasePath
    Definition Classes
    Module
  28. def millModuleDirectChildren: Seq[define.Module]
    Definition Classes
    Module
  29. implicit def millModuleExternal: External
    Definition Classes
    Module
  30. implicit def millModuleSegments: Segments
    Definition Classes
    Module
  31. implicit def millModuleShared: Foreign
    Definition Classes
    Module
  32. def millOuterCtx: Ctx
    Definition Classes
    BaseClass
  33. def millSourcePath: Path
    Definition Classes
    Module
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  37. def platformsVersion: T[String]

    Specifies the Android platform version (e.g., Android API level).

  38. def sdkManagerPath: T[PathRef]

    Provides the path for the Android SDK Manager tool

    Provides the path for the Android SDK Manager tool

    returns

    A task containing a PathRef pointing to the SDK directory.

  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    Module → AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def zipalignPath: T[PathRef]

    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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from define.Module

Inherited from BaseClass

Inherited from Cacher

Inherited from Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped