Skip to content

Commit

Permalink
fuck 23
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahaochan committed Apr 6, 2024
1 parent 9761cf1 commit ae92394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public AndroidVM(String packageName, boolean dynarmic, boolean unicorn) throws I
// 获取模拟器的内存操作接口
memory = emulator.getMemory();
// 设置系统类库解析
memory.setLibraryResolver(new AndroidResolver(29));
memory.setLibraryResolver(new AndroidResolver(23));

if (this.initApkFile() == null) {
vm = emulator.createDalvikVM();
Expand Down

0 comments on commit ae92394

Please sign in to comment.