I’m trying to deploy a simple (sample) app to my Nexus 4 without luck.
I’m using Ubuntu 13.04 as my developping machine.
I’ve done the following: – Activate the debbuging mode of the phone – I’m using openjdk 7 in Ubuntu – I have created a rule: /etc/udev/rules.d/51-android.rule with the line: SUBSYSTEM==“usb”, ATTR{idVendor}==“18d1”, MODE=“0666”, GROUP=“plugdev”
Every time I run the application, it asks to create a AVD.
What could be the problem?
↧