File tree Expand file tree Collapse file tree 5 files changed +3
-6
lines changed
src/main/java/com/github/hiteshsondhi88/libffmpeg Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 33import android .text .TextUtils ;
44
55enum CpuArch {
6- x86 ("64978fa085af04a2d08907a3a853a6ed8f2f25b6 " ),
7- ARMv7 ("b924a0ee8650f18da292a7e2ad398d2791d2966c " ),
8- ARMv7_NEON ("7eb42611f316de0349edbd244440484f3b0f29bd " ),
6+ x86 ("704756b89ba6c7ed5b95758c7064fee2f644be17 " ),
7+ ARMv7 ("a25f433a088e197aae10cadd34bcbf2660a45d07 " ),
8+ ARMv7_NEON ("edb801d23dcf6993b3f498a878520c539ea40f30 " ),
99 NONE (null );
1010
1111 private String sha1 ;
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # update android sdk
4- android update sdk --no-ui --force
5-
63# x86 emulator
74echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
85emulator -ports 5554,5555 -partition-size 256 -avd testx86 -no-skin -no-boot-anim -no-audio -no-window &
You can’t perform that action at this time.
0 commit comments