Skip to content

Commit

Permalink
增加模拟器x86 cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
youlookwhat committed May 20, 2018
1 parent 6d7d981 commit ad046c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {

ndk {
//选择要添加的对应cpu类型的.so库。
abiFilters 'armeabi-v7a'
abiFilters 'armeabi-v7a',"x86"
}
}

Expand Down

0 comments on commit ad046c2

Please sign in to comment.