1

我在 Windows phone 8 项目中使用 SQLite.WP8。现在,当我尝试使用商店测试套件进行测试时,它说:

“应用程序包(XAP)不是最新的,重新编译并重试。将解决方案配置更改为发布和平台到任何 ARM 并重建应用程序”

但由于我使用的是 sqlite,我无法更改为 ARM。

谁能告诉可能的解决方案?

4

1 回答 1

1

What is your IDE? Are you using:

  1. Visual Studio Express 2012 for Windows phone
  2. Visual Studio 2012 Pro or better + Windows Phone SDK
  3. Visual Studio 2013 Pro or better + Windows Phone SDK

    I'm assuming that your OS in Windows 8 or 8.1 x64 and you got a intel i5 or i7 CPU (or other cpu with SLAT (Second Layer Address Layer) support).

    You can download the http://www.sqlite.org/download.html#wp8 or instal the extension and see the code in https://github.com/peterhuene/sqlite-net-wp8

    There is a nice article and code in http://code.msdn.microsoft.com/wpapps/Using-Sqlite-with-WP8-52c3c671

于 2014-01-27T22:16:20.860 回答