Android-Hello World

前端 未结 12 1620
无人共我
无人共我 2021-01-11 09:59

I\'m currently learning how to create android applications so I started with the basic \"Hello World\" tutorial over at the Android Developers home page. The code is quite s

12条回答
  •  悲&欢浪女
    2021-01-11 10:34

    this kept happening to me ... how i solved it was to use " adb install " in a command prompt ...search for adb.exe if its not in your path. Make sure the emulator is running by going to run configuration and hitting run. This starts the emulator without installing your apk file. After the emulator starts up run the command prompt stuff listed above.

提交回复
热议问题