Error 'ionic run Android' on device

前端 未结 3 1227
甜味超标
甜味超标 2020-12-30 10:20

So, I\'m simply trying to run my app on a plugged in HTC Desire. The steps I\'ve taken are: enabling debugging in the manifest xml, enabled usb debugging on the device itsel

相关标签:
3条回答
  • 2020-12-30 11:05

    Add _JAVA_OPTIONS to your Environment Variables with the value -Xms512M

    0 讨论(0)
  • 2020-12-30 11:08

    Try deleting your .gradle from C:\Users\ directory and try again.

    0 讨论(0)
  • 2020-12-30 11:10

    This worked for me

    Go to Start->Control Panel->System->Advanced(tab)->Environment Variables->System Variables->New:

    Variable name: _JAVA_OPTIONS

    Variable value: -Xmx512M

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