robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build for Android x86-64?

silsuwoang opened this issue · comments

Hi, I'm trying to use SQLite for Google play games.
The emulator's processorType is [x86-64 (x86-64 SSE3 SSE4.1 SSE4.2 AVX)]
So I need support that.
�What should I do?