ADB Instalat

android {
    ...
    defaultConfig{
        ndk {
            abiFilters "x86"    
        }
    }
}
Enthusiastic Elephant