rizasif / sqlite-unity-plugin-example

An Example implementation of the sqlite database plugin in C# unity: https://github.com/rizasif/sqlite-unity-plugin
MIT License
37 stars 14 forks source link

problem selecting x86 Android plugin #1

Open samii00 opened 6 years ago

samii00 commented 6 years ago

hi .. thanx for good example i have a problem , in unity project tab > in x86 android plugin folder > select libsqlite3 ... when select x86 in CPU platform setting and click Apply it back to ARMv7 and show this Error:

Failed to parse value ('AnyCPU') for CPU, platform: Android, type: UnityEditor.AndroidPluginImporterExtension+AndroidPluginCPUArchitecture. Default value will be set 'ARMv7' what's wrong?

rizasif commented 6 years ago

Hi @samii00 ,

I am not sure what the issue is. Is it that you are trying to build on ARMv7 then it gives the error?

samii00 commented 6 years ago

no .. in unity >build setting>player settings>other setting> .. i choose FAT (ARMv7+x86) for Device Filter

rizasif commented 6 years ago

Can you choose ARMv7 and x86 individually and tell the results to me please?