| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.android.adb.AndroidPlatformABI | |
Well-known Android-supported Application Binary Interfaces.
Note that the armeabi, mips and mips64 platforms have been deprecated since the NDK release 17.
Reference: https://developer.android.com/ndk/guides/abis.html
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AndroidPlatformABI | ARM | ||||||||||
| AndroidPlatformABI | ARM64 | ||||||||||
| AndroidPlatformABI | ARM7 | ||||||||||
| AndroidPlatformABI | MIPS | ||||||||||
| AndroidPlatformABI | MIPS64 | ||||||||||
| AndroidPlatformABI | X64 | ||||||||||
| AndroidPlatformABI | X86 | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static AndroidPlatformABI | fromName(String name) | ||||||||||
| boolean | isARM() | ||||||||||
| boolean | isDeprecated() | ||||||||||
| boolean | isIntel() | ||||||||||
| boolean | isMIPS() | ||||||||||
| String | toString() | ||||||||||
| static AndroidPlatformABI | valueOf(String name) | ||||||||||
| final static AndroidPlatformABI[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||