[Completed] Android Studio related query - XDA Assist

I am learning how to develop android apps. So to debug, I need a device. I tried Genymotion, but it is not working on my PC. So instead, I set up a virtual device on virtualbox and that is running pretty good, but I don't know how to connect it to Android Studio for debugging and testing purposes. Please help me out. If irrelevant, delete the post. Thank you in advance.

Hi,
I see you've already asked about this in an appropriate section,
http://forum.xda-developers.com/showthread.php?p=63102399#post63102399
Good job! I'll close this thread.
Good luck!

Related

[Completed] [Q] Help requested for bricked ? Archos 7 Home v2

Help requested before I am carried away to the funny farm. :crying:
I flashed the wrong rom ( phone instead of tablet ) and completely screwed up. Tablet charges OK but only boots to first splash screen and then powers off. Unfortunately this device does not have a external volume control so unable to do a standard get out of jail sequence. According to info I have found if I put the power switch to lock and press reset button for 30 seconds then plug into pc device should be found and windows will ask for a driver. So far so good, windows 8.1 would not load any android driver that I could find,Microsoft wanted $99 to sort, so had a thought and created a windows 7 live usb stick and hey presto when I plugged into pc tablet found and Android composite adb interface installed. BUT I still can not do anything with it. ADB can not see device (i presume because it is switched off ? )
I do have the manufacturers rom to get back to basics and nothing on tablet that I am bothered about so could any of you kind experts offer any suggestion as to how I can get rom onto device or is it a case of the BIG hammer and joining the ghost riders in the sky.
I have spoken to Archos who are a complete load of ********* ( If I put what I really thought I would be banned for life ) short answer was do not support that device anymore but if you would care to purchase one of our new machines fromthe web we could offer a 10% discount.
I have also tried RKAndroidBatchUpgrade and that seems to find the device but fails the test before flashing.
Many thanks in advance if anyone can assist
Keith
Hi,
That's a tough situation. Often flashing a rom from a different device can mean doom. However, I suggest you ask for help here, as I can't find any relevant info on XDA for your device...
> Android Development and Hacking > Android Q&A, Help & Troubleshooting
Good luck!
KJ said:
Hi,
That's a tough situation. Often flashing a rom from a different device can mean doom. However, I suggest you ask for help here, as I can't find any relevant info on XDA for your device...
> Android Development and Hacking > Android Q&A, Help & Troubleshooting
Good luck!
Click to expand...
Click to collapse
KJ
Very many thanks for your reply I will certainly as on that forum
Keith
Thank you. Thread closed.

[Completed] Android TV newbie

Hello XDA,
I am looking for some help in some advanced configuration of an Android TV device. MY first question would be regarding:
I am trying to get the Android 4.4.2 daydreams, photoFrame app to get its images from the Kodi applications background file folders
Could you please help in asking in the correct area
Also, more importantly I am looking for an Android expert to help me with some contract work for development of MY Android Tv Devices, again where to post my request for this type of individual
Thanking you in advance,
Marcel
[email protected] me.com
Marcelc66 said:
Hello XDA,
I am looking for some help in some advanced configuration of an Android TV device. MY first question would be regarding:
I am trying to get the Android 4.4.2 daydreams, photoFrame app to get its images from the Kodi applications background file folders
Could you please help in asking in the correct area
Also, more importantly I am looking for an Android expert to help me with some contract work for development of MY Android Tv Devices, again where to post my request for this type of individual
Thanking you in advance,
Marcel
...
Click to expand...
Click to collapse
There is not much about Android TVs yet on XDA.
Just this: Android TV and Stick Computers.
Maybe time to request a new forum here: *** New Device Forum Requests *** by the_scotsman?!
But I found this thread:
[APP][TV5.0+][2015.03.10] Sideload Launcher for Android TV v1.05 by Chainfire
If you still need more help, please ask in the Android Q&A, Help & Troubleshooting forum.
As long as there is no dedicated forum for Android TV sets, it's the best place to get answers and advices IMO.
Good luck !
Thread closed. Thank you !

[Completed] Question about google exoplayer

Hello, I am new to the forum.
I want to run the exoplyer of google (link:https://github.com/google/ExoPlayer) in my android phone Panasonic P55.
Now I have downloaded the source code files of exoplayer but i know nothing about compiling such files.
I have read the instructions in the webpage but it makes no sense to me.
If anyone can please compile the files into an apk file, I will be much much grateful. Thank you in advance.
XDA Visitor said:
Hello, I am new to the forum.
I want to run the exoplyer of google (link:https://github.com/google/ExoPlayer) in my android phone Panasonic P55.
Now I have downloaded the source code files of exoplayer but i know nothing about compiling such files.
I have read the instructions in the webpage but it makes no sense to me.
If anyone can please compile the files into an apk file, I will be much much grateful. Thank you in advance.
Click to expand...
Click to collapse
Hello, and welcome to XDA!
I tried compiling as well, but I had some stuff that was out of date, so ExoPlayer didn't import properly.
I would create an account, so you can post in other forums. Then, I would pose the question in the Go to first new post in the > Android Development and Hacking > Android Q&A, Help & Troubleshooting > [Ask Any Question][Newbie Friendly] thread.
Edit. I got it to compile, but it's a demo program, and although it probably has to do with my system configuration, it's very rough around the edges.
By the sounds of the description, it seems to be more for a media framework than a front-end for say, YouTube. Even if it was compiled properly, I don't think it will do what you are looking for. Sorry.
Hope this helps, and good luck!

[Completed] BlueStacks & Playstation Vue

Hello all, not sure where I would actually look for help or support on this (that's why I'm giving this forum a shot to help guide me to where I may need to go) but with the Playstation VUE Android app now available in the Google Play Store I've been trying to figure out a way to get it working on BlueStacks on my Windows 10 tablet. It works great on my phone but I continue to get a "This application is not available for your device" message when I try to run it on BlueStacks. I've tried a handful of different things to try and trick the app into thinking it's running on something else but I've failed. I'm amateur at best with this kind of stuff though so I'm hoping someone much wiser and smarter than me here might have a simple solution.
Hi,
Thanks for using XDA assist.
Please create a XDA account and post here:
Android Q&A, Help & Troubleshooting
There was no specific thread for you to post in to get support, so you may find help in the forum I linked.
gsstudios

[Completed] Running linux shell command "top" with Runtime.getRuntime.exec("top") on Android 7

Running linux shell command "top" with Runtime.getRuntime.exec("top") on Android 7
Hi everyone
I am not quite sure, where to ask this question, so I will try it here
Until Android 6 it was possible to run the linux command "top" directly on an Android device without special permission or root-access.
Thus I could easily get information such as memory and cpu consumption of running processes.
On Android 7, however, it returns an empty result.
Does anyone know an alternative way to execute this command or get this information in another way?
For the memory consumption, ActivityManager.getProcessMemoryInfo(int[] pids) would be a good alternative, but it needs to PIDs of the processes and I have not yet been able to find a way to get the PID of other processes than those of my own app.
Any help is welcome.
Thanks a lot in advance
someGuy134 said:
Hi everyone
I am not quite sure, where to ask this question, so I will try it here
Until Android 6 it was possible to run the linux command "top" directly on an Android device without special permission or root-access.
Thus I could easily get information such as memory and cpu consumption of running processes.
On Android 7, however, it returns an empty result.
Does anyone know an alternative way to execute this command or get this information in another way?
For the memory consumption, ActivityManager.getProcessMemoryInfo(int[] pids) would be a good alternative, but it needs to PIDs of the processes and I have not yet been able to find a way to get the PID of other processes than those of my own app.
Any help is welcome.
Thanks a lot in advance
Click to expand...
Click to collapse
Hi,
Try posting your query in:
Android Q&A,Help and Troubleshooting.
Experts there may be able to help you.
Good luck
Art Vanderlay said:
Hi,
Try posting your query in:
Android Q&A,Help and Troubleshooting.
Experts there may be able to help you.
Good luck
Click to expand...
Click to collapse
Thanks a lot

Categories

Resources