Build.Supported32BitAbis Property

Definition

An ordered list of <b>32 bit</b> ABIs supported by this device.

[Android.Runtime.Register("SUPPORTED_32_BIT_ABIS")]
public static System.Collections.Generic.IList<string>? Supported32BitAbis { get; }
[<Android.Runtime.Register("SUPPORTED_32_BIT_ABIS")>]
static member Supported32BitAbis : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

An ordered list of <b>32 bit</b> ABIs supported by this device. The most preferred ABI is the first element in the list.

See #SUPPORTED_ABIS and #SUPPORTED_64_BIT_ABIS.

Java documentation for android.os.Build.SUPPORTED_32_BIT_ABIS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to