簡體   English   中英

Windows Phone 8上的SQLite錯誤

[英]SQLite Error on windows phone 8

嗨,我是新的Windows Phone 8

我正在使用Windows 8 OS和Visualstudio 2012,

我已經按照步驟

https://github.com/peterhuene/sqlite-net-wp8

但是當我添加時

SQLite for Windows Phone as a reference i am getting an error,


  The processor architecture of the project being built "Any CPU" 
  is not supported by the referenced SDK "SQLite.WP80, Version=3.8.4.3". 
  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"

在我的配置管理器中,它設置了任何CPU我該怎么辦,請給我任何解決方案。

這樣做可能對您有幫助

第1步

轉到“添加新平台配置”,然后在下拉菜單之一中查找“ ARM”選項

第2步

Project -> Properties

Click on the Build tab.

In the "Configuration" dropdown, select "All configurations".

In the "Platform" dropdown, select "All platforms".

Append ";USE_WP8_NATIVE_SQLITE" to the "Conditional compilation symbols" textbox.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM