Mridul Baishya

Results 2 comments of Mridul Baishya

@akshay-nayak is it to close the dialog after clicking on any of the actions ?

i removed x86 1. add return "return CpuArch.NONE;" in "CpuArchHelper.java" `if (Build.CPU_ABI.equals(getx86CpuAbi()) || Build.CPU_ABI.equals(getx86_64CpuAbi())) { //return CpuArch.x86; return CpuArch.NONE; }` 2. comment down x86 in "CpuArch.java" `//x86("0dd4dbad305ff197a1ea9e6158bd2081d229e70e"), ARMv7("871888959ba2f063e18f56272d0d98ae01938ceb"), NONE(null);` 3....