Tuesday, August 27, 2019
Monday, August 26, 2019
Debug on physical Device. Android Xamarin
I tried and tried. Keep searching.. Tried many ways... But there is always a perfect solution...Need to find that.
I did every thing. setup my android phone on
1.developer mode.
2. enable usb debugger.
etc.
But there was a problem on my laptop. The adb interface( Control panel-> device manager-> other devices-> adb interface) was not correctly installed(yellow marking).
Then I searched for it found https://adb.clockworkmod.com/ .
Download and install. But for perfection you can uninstall the previous adb interface.
I did every thing. setup my android phone on
1.developer mode.
2. enable usb debugger.
etc.
But there was a problem on my laptop. The adb interface( Control panel-> device manager-> other devices-> adb interface) was not correctly installed(yellow marking).
Then I searched for it found https://adb.clockworkmod.com/ .
Download and install. But for perfection you can uninstall the previous adb interface.
Subscribe to:
Posts (Atom)
Screen Record
Windows Screen Record WindowsKey+ Alt + R Recording Starts.
-
https://jwt.io/ J SON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
-
public void ProcessOrder(int orderId, bool applyDiscount) { if(applyDiscount) { //Apply Discount to the order }...