尝试在由adb推送的Android馅饼模拟器中上载图像时遇到问题。当我使用adb推送图像时,通过ls可以看到仿真器位于sdcard/Pictures
位置。
步骤:
adb push test.jpg sdcard/Pictures
shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file:///sdcard/Pictures/test.jpg
当我尝试在应用程序中上传图像时,我可以看到我推送到模拟器中的图像。如果我尝试从系统库中上传图像,则看不到任何图像。
大多数情况下,新的仿真器实例都会发生这种情况。