Object reference not set to an instance of an object When I create new Android App (Visual Studio)

前端 未结 5 712
清歌不尽
清歌不尽 2020-12-03 21:32

In a Visual Studio 2015, Xamarin, Android SDK, jdk 1.7, and emulator are installed and Xamarin has all green checked items in tools>options>Xamarin. But When I try to create

5条回答
  •  不思量自难忘°
    2020-12-03 22:09

    I figured out this... Depending on the emulators you want to use with the new project, subject to what is installed using Android AVD, you will need to download the necessary API Level.

    Example. I looked up my emulators. Then I simply opened Android SDK Manager and downloaded the corresponding API Level 19

    And everything worked out well

提交回复
热议问题