1

Hello i want to make an app for Windows Phone, but on Windows Phone 8.1 it's not possible to deal with SQLite (it's too difficult, cannot event download sqlite-net-wp8 for WP 8.1) How to change my project target to Store App Windows Phone 8.0 or Store App Windows Phone 8.0 SilverLight? enter image description here

karlosos
  • 1,034
  • 9
  • 25

3 Answers3

0

I don't think you can downgrade any app where as you can only upgrade.

How to downgrade a Windows Phone 8 app?

Refer this for upgrading an app.

Community
  • 1
  • 1
Kulasangar
  • 9,046
  • 5
  • 51
  • 82
0

You cant. You can use Visual Studio 2012, or download some sample app wor WP 8.0 and open it in visual studio 2013, delete content, and start coding.

n32303
  • 831
  • 1
  • 10
  • 25
0

It sounds like you are using the SQLite c++ project you add to your solution correct? And it seems impossible to get to work on 8.1?

Check this out here. SQLite Windows Phone

Justin Markwell
  • 341
  • 6
  • 13