i want to install my app on a Android 4.0 mini pc. The problem is when i connect it to my laptop over usb the laptop do not find any new devices. so well i can not upload my app.
i also checked if usb debugging is enabled and if there are any drivers but i can’t find anything useful.
perhaps anyone have had the same issue like me and can help?
thank
You could use adb over wifi. In Android ICS+ its usually built in, so there is no need to download thirdparty applications to connect adb over wifi. Just check the developeroptions in the settings. Then note your lokal IP Adress and run:
this should work.