I've been programming in android studio for a little while now and recently it's been very messed up. It all started when I changed the theme for my app. The emulator stopped working and I tried uninstalling and reinstalling. Nothing worked and I ended up factory resetting my laptop. I reinstalled android studio and still have the same problem. I've reinstalled HAXM and I've also tried testing on my phone. I run the program and the emulator shows up and it shows the title bar with the name of my app, but no content, just a white screen.
Here is a link to the pastebin of the log.
Here is what the app looks like in the design view.
Just take out the picture of the duck and that's what it looks like in the emulator
This used to work perfectly before I changed the theme, but I reset my computer so i'm totally lost. I'm running on an HP Pavillion 15 laptop with a core i5 and 8 gigs ram with integrated graphics.
Any help is very much appreciated!
Thank you for your time
-Kelton
Related
this image shows how the emulator looks
i tried reinstalling everything but it still didnt work
i tried to change compatibility of qemu x86 to system instead of application but the emulator resolution was so bad so i deleted all SDK files and redownloaded everything again to another folder (E) instead of (C) and the emulator still doesnt work properly as it used to.
i think the problem started when i deleted some folders in C:\Users\myuser\.android\avd\
i deleted all the emulators from there because they were taking too much space, i didnt have storage, so i deleted all then i reinstalled the one that i liked and then i started having this problem.
btw zooming in doesnt work either, ive tried almost everything, nothing made it work
When creating new Virtual deice you can see Hardware resolution:
In AVD Configure window in AndroidStudio you can see your emulator hardware resolution:
3: You can resize emulator window from corners:
I have downloaded android studio and now i am trying to run an app.I haven't changed anything in code or design.I am using version 2.2.2
When i click on run it gives me an error
init: Could not find wglGetExtensionsStringARB!
But emulator opens.Then there is blank black screen for 2-3 minutes,then androidtitle for another 5 minutes.This is what i get.
But i don't know where is my app?
What you're running is Android version 7.1 (Nougat MR1). You can see the list of apps (app drawer) by clicking on the small ^ (caret) icon above the opaque area highlited as a red circle in the picture below
emulator opens.Then there is blank black screen for 2-3 minutes,then androidtitle for another 5 minutes.
This is normal. You should wait until the emulator fully boots and run your app again. If your development computer has an Intel processor, be sure to install HAXM. It will greatly increase the speed of the emulator.
I've just gotten into developing apps for smartphones (I'm fairly adept with objective programming already and have some experience with Visual Studio) and decided to try out Xamarin. I've installed Xamarin Studio and Visual Studio 2015 Community with Xamarin without any problems. However, when I actually try to deploy the app (using the Xamarin Android API 15 emulator), a weird bug happens: the screen of the emulator gets split into 4 identical rectangles as you can see in this screenshot. The screen controls still work like they should and are in the default positions (the buttons are not on each of the 4 rectangles and in the normal position for a phone). I can unlock the emulator and launch apps like I would be able to on a correctly working emulator. I have all the prerequisites for Android API 15 installed. The app behaves similarly when I deploy it on the Xamarin Android API 21 emulator (all the prerequisites are installed). I am trying to deploy the blank Visual Studio 2015 Xamarin.Android app without any code changes.
Have you guys ever seen such a bug (or maybe a feature :) ) and do you know how to solve it?
Found the solution if anyone has the same problem: editing the emulator in the AVD to Use Host GPU fixes the issue.
I'm following an android development course on Udemy. As I have an AMD processor, I have to run an emulator with ARM image. I'm running a nexus 5 emulator that way. It is super slow but it is working.
However, I can't drag or edit anything in real time on the emulator. The instructor video has him dragging the text box, changing the size and style of the text etc in real time. I can't do that on the emulator.
Is there a work around this or am I missing something?
I'd like to be able to do this http://imgur.com/a/sQD6N
At this moment emulator is no different from testing on a physical device, I do have an android phone.
Thank you for your help
I am using Eclipse to develop android applications. Initially the AVD used to run fine but when I launched it today, it just did not load. It just kept showing the blank screen with the word ANDROID glowing. I waited for quite a couple of minutes but it did not start. I even reinstalled my sdk but still no progress.
I am using Windows 7(32 bit) with 4 GB RAM.
Check virtual devices characteristics of your device created, sometimes if you choose a big resolution it doesn´t wokrs. check this.
also, I recommend you to use Android studio because eclipse is no longer used