I am trying to figure out if it is possible to share the display of my LG Style watch to a PC for an app demonstration. I haven't been able to find anything online mentioning this. Does anyone know how this might be done?
Thank you
You may refer with this tutorial on how to Cast your Android Wear Screen. Make sure that you have setup the Android SDK on your machine. Specifically, you need to be aware where you have setup your Android SDK and Tools and are aware of the adb command.
Steps:
Enable Developer Options on your Android Wear device.
Enable Debugging over Bluetooth on your Android Phone.
Enable ADB Debugging on your Android Wear Device.
Fire up a few ADB Commands.
Verify that both Android Device and Wear Device appear in the ADB devices.
Use any of the ADB Screen Casting Tools
Hope this helps!
Related
I recently came across this app on my phone that can emulate an android device inside my real (host) android device. I wanted to use this with ADB commands for testing and other stuff, but I'm not really sure how I can do this.
I've tried searching the internet for an answer, but I couldn't find anything. I also tried seeing methods to use ADB on my phone, and still had no luck
Does anyone know how you can do this, whether the ADB shell has to be installed on my phone or not. The software I'm using is called "Virtual Android - Android Clone" and my device is a Huawei P30 Pro. I also do have a PC.
I'm using android studio for app development and genymotion for emulator. I have created the virtual device of API-22 in genymotion and the emulator is working good but I'm not able to perform telephony actions in ADM like sending the sms to the emulator.The telephony actions in ADM is disabled.
please can anyone help me out... Android Device Monitor_Window_Image
If you read the documentation concerning the DDMS will find it said the tab "Emulator Control" is no longer supported.
The support for these features are now provided directly on the Android Emulator
device monitor in android studio only works for the default emulators.
It does not work for genymotion or mobile device.
I want to debug my android application, I have Eclipse Installed fully setup for android developement.
The problem is,
1) I can't run android emulator(Hardware Concerns).
2) I can't attach phone to my computer(Driver Concerns).
Now,
Is there a way to get debug functionality by putting directly the apk into the phone storage and installing it from there.
I wanted get the logcat of the application that I'll be running.
Basically I'm quite naive in android, I'm not quite sure of the terms I said but, What I want is a way to test my app on my phone without the role of my PC.
If you have root you can use Wifi ADB
Also you can remove drivers for this device and install other driver from your device manufacturer.
If you can run standard emulator you can use Genymotion.
I have just recently started android development. I'm actually building a Web application that runs off an Android WebView. So, I'd like to know if there is any way to debug the web application (js,css,html) from the PC via the ADB or anything. I Googled it and got options but none have an extensive debugging facility like firebug. So, any ideas would be greatly appreciated. Thanks in advance.
Since Android 4.2 (if i'm not mistaking the version) you can:
turn on development mode on your phone
connect it via USB cable to your PC
make sure to "Trust this computer" on the tablet/phone
go to chrome://inspect on your PC in Google Chrome, you should see your device and the pages that are open on it.
clicking one of the links will pop up an inspector for the respective page on the device, complete with inspect element, console, networking and everything else the Chrome inspector has.
This is how i debug my app on a Nexus 7 tablet. If your device is running an older version of Android, there's little you can do apart from console.log's and tediously finding them through an adb logcat.
I am trying debug android aplication on real phone (HTC Desire).
I enabled USB debugging on my Android Device.
Then i clicked on debug configuration,set Deployment Target Selection Mode to Manual and i clicked on debug but in Android Device Choiser i can't see my phone.
What can i do please?
I assume you are using eclipse as your IDE. I have to say that I use IDEA, So my experience with debugging could be different.
These are the steps that I have to do:
1- Enable USB Debugging. ( You have already enabled it).
2- Download HTC Sync software for my Computer (MacBook).
3- Close already open emulator and connect the device to my computer.
4- Start debugging session.
I did not get a device chooser dialog also. But to my surprise the phone was chosen over the emulator.I do not know how much you can get from my personal experience, but its worth a try.
You need to install drivers for the phone on the host machine. You can probably get the driver from HTC.
You may have to install the drivers for that device on your PC for the debugger to be able to see it. Also set the option in Android to allow install of non market applications. I almost forgot that your project also needs android:debuggable="true". See the link:
http://developer.android.com/guide/developing/device.html
That varies depending your operative system.
On Mac you should be set to go.
On windows you may have to download USB drivers.
On Linux you may have to change a configuration file.
Read the how-to here: http://developer.android.com/guide/developing/device.html