Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I'm making a Xamarin.Forms application with Visual Studio Enterprise 2017 and when I want to debug my app, the application launch but the screen stay white, as loading.
The thing is, I don't have the issue on emulator but my coworker do, and if I launch the app manually after (without the debugger then), it behaves normally.
I already tried cleaning and rebuilding the project, closing and restarting Visual Studio, my device and my laptop, but the problem persist.
I checked with the debugger, and my application does makes the same path on the emulator (and the screen shows) than on the device (where it doesn't)
Do you have any idea ? Thank you !
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 2 years ago.
Improve this question
I am developing a Wear OS app. Now for my graduation presentation I would like to record the screen of the emulator to demo the app. But the problem is that my emulator is stuck at this screen.
Sometimes the changes and the volume buttons work, but the rest is completely stuck. At that point is doesn't seem to receive 'touch' input.I also have a square emulator that works fine, but I am personally not a big fan of the square look.
I tried the following:
Restart emulator (also cold boot)
Wipe emulator
Completely delete emulator folder and reinstall
Restart computer
I updated the emulator to the latest version. It works now.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Ive been searching for this for almost an hour and diferrent searches result said that it is present in Android Monitor but I cant find any. This is my android monitor.
Thanks!
By the way, im using an actual device not an emulator
UPDATED:
Seems like that File Explorer in your below toolbar on main Android Studio is not available.
Goto Tools -> Android -> Android Device Monitor and you'll see something like this: (Tested with - Real Device)
That is available in your DDMS.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
hello I started android and I am working with android studio.
my laptop is a surface pro 4 and when I try to run my emulator it takes forever, I tried to wait for over 10 hours but it didn't work. The emulator runs perfectly and the picture of the phone shows up but it doesn't go to the main page. I have also installed the "HAXM" but I think the problem is that my computer is weak so I wanted to see if you guys have any ideas for me on how to fix this problem.
Make sure you have all emulator updates installed. Try enabling hardware acceleration, and devote more RAM to the emulator. Try using the Intel x86 Atom image. Your computer should be able to run it.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have integrated parse sdk in my android app and tested it on android 5.0 on a real device. The problem is that initially the app does not display any content it is completely blank, but after few hours the app starts functioning normally with push notifications. Has anyone faced this issue before or can anyone tell me why is this happening ?
So i finally have got the solution to this problem. If you have been using parse example from foamyguy from githhub you would have a blank activity in android 5.0 when you run it for the first time. The solution is just go to ParseApplication.java and comment the line which says
ParseInstallation.getCurrentInstallation().saveInBackground();
And run it, it will work, if your application crashes, then use this line
ParseInstallation.getCurrentInstallation().saveEventually();
This will completely fix your application.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have the following problem:
I'm using Eclipse with the Android ADT Plugin on a Mac.
When connecting my phone (Vodafone 975N, Jelly Bean) to the computer (usb debugging is already enabled) it is shown in the Android Device Chooser and I can also run the application without major problems. But when I try to do the exact same thing again the device is not shown anymore. I have to unplug the usb cable and replug it. Then the device appears again.
I guess this is not a problem with drivers as it basically works but not more times in a row...
I have same problem after update to Yosemite. At second time device is not visible on list. Try just click ok/enter key.