failed to capture snapshot of input files for task android studio

后端 未结 1 1499
星月不相逢
星月不相逢 2021-01-19 06:12

I am trying to make android studio project,

I was run project in Android Device Manager is fine, but when I try to run on a real device I have some error:

         


        
1条回答
  •  清酒与你
    2021-01-19 06:46

    With Instant Run enabled, you need to build and run the project with the same api level. A debug app build with Instant Run for a specific api will only work for the same api level in the real device.

    If you want to run the app, please turn off Instant Run, then rebuild the app.

    0 讨论(0)
提交回复
热议问题