初学Android开发者问题

时间:2013-07-27 16:35:35

标签: android

大家好,我在这个网站开始学习时遇到的问题很少 - http://developer.android.com/training/basics/firstapp/running-app.html

当我尝试运行应用程序时,这是我从控制台获得的 - [2013-07-27 18:26:01 - MyFirstApp] Failed to install MyFirstApp.apk on device '0123456789ABCDEF': Read-only file system [2013-07-27 18:26:01 - MyFirstApp] com.android.ddmlib.SyncException: Read-only file system [2013-07-27 18:26:01 - MyFirstApp] Launch canceled! 帮助任何人? :(

1 个答案:

答案 0 :(得分:0)

假设您已经运行了模拟器,请按照以下步骤操作:

  • 在Android SDK文件夹中找到 adb.exe 文件。在Windows中 环境通常你的 adb.exe 在里面 的 [Android的SDK文件夹] /平台的工具/ 即可。就我而言, adb.exe 就在 的 C:\机器人-JUNO \ Android的SDK \平台工具
  • 将其放入您的 [Android-SDK-folder] / platform-tools / 中 图:

    enter image description here

  • 现在通过命令提示符运行 adb.exe

  • 在命令行中,进入 platform-tools 文件夹。执行 命令如:
    adb install Peribahasa.apk //在此处使用您的apk名称

    enter image description here

    稍后,您刚刚安装的应用程序将位于模拟器中。