简体   繁体   English

SQLite在Windows Phone上强制使用x86,但不能在WP设备上运行x86吗?

[英]SQLite forces x86 on Windows Phone, but can't run x86 on WP Devices?

So I'm trying to add SQLite to my Windows Phone app, and the tutorial I followed had me add the Extensions to Visual Studio 2013, then add the Nuget Packages. 因此,我尝试将SQLite添加到我的Windows Phone应用程序中,并且遵循的教程使我向Visual Studio 2013添加了扩展,然后添加了Nuget包。 These caused errors, which the tutorial predicted and told me the solution was to change my packages to x86 in the Configuration Manager. 这些引起了错误,本教程预测并告诉我解决方案是在Configuration Manager中将我的软件包更改为x86。 I did this and the errors went away as planned. 我这样做了,错误按计划消失了。 However, you can't deploy x86 apps to a Windows Phone, so... how do you use SQLite for Windows Phone apps? 但是,您无法将x86应用程序部署到Windows Phone,因此...如何将SQLite用于Windows Phone应用程序?

Can you link the tutorials you used? 您可以链接使用的教程吗?

As for the platform problems set it to ARM 至于平台问题,将其设置为ARM

Clean -> Rebuild -> Deploy 清理->重建->部署

Screenshot for clarity. 萤幕撷取画面清晰。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM