I've downloaded the Windows Phone 8 extension for Visual Studio 2012 of SQLite from this link.
However, upon compiling, I get this error:
The processor architecture of the project being built "Any CPU" is not supported by the referenced SDK "SQLite.WP80, Version=3.7.15.2". Please consider changing the targeted processor architecture of your project (in visual studio this can be done through the Configuration Manager) to one of the architectures supported by the SDK: "x86, ARM". FacebookRandomizerWindowsPhone
Obviously, I've tried changing the Platform target in the project in Visual Studio 2012, the same way I did with a Windows 8 app I've developed, which worked.
However, in the Windows Phone 8 application, I can't change the Platform Target, only the platform on the top, which does not change the platform target:
Has anyone had this issue?