I am new to android application.
i have downloaded Android Studio from http://developer.android.com/
I just created one project and click on run button.
but it just keep showing me from past 2 hours
what should i do now ??
is there any step by step instruction that i can follow?
This is usual, there are some tricks to avoid this, see this Why emulator is very slow in Android Studio?, and i use BlueStack for debugging. it's better than anything.
Related
Im completly new to Android App development and need help to get on my feet to start my first project.
So I just created a simple project, a blank app android project in visual studio.
And when i try to deploy it, it doesnt want to start up, and it doesnt show the error in the solution explorer.
Here if the first picture
And this is what it looks like
Solution.
If you havent already install this
https://xamarin.com/android-player
If you are still getting error, update the oracle VM VirtualBox to 5.0.16
And if you are still having issues, restart your PC and it will work!
I want to run my app, but the run button is disabled. When I go in Edit Configurations where I should see "Android Application-->app" I only see the Defaults. Everything was fine 2 hours ago, but I kept working on my project and when I wanted to test it I noticed that I can't. What may have caused this and how do I solve it? I tried to search for a solution, but I couldn't find one.
Close any emulator if open and then reopen your project, maybe it shows.
I had someone build me an Android app ( a fairly simple Fiverr gig, I just want to use it to check how certain things look 'under the hood').
I'm a total noob with android, but I want it to run in the emulator.
I've got eclipse and have set up the emulator (using a mac btw)... now what do? I had a look around but couldn't find an existing guide. Please bear in mind I'm a total moron here - if there's a step-by-step guide somewhere then please do point me at it.
Apologies for being a total idiot, any help would be great - thanks!
This tutorial would help you http://www.mkyong.com/android/android-hello-world-example/
Btw, step by step is that,
You have already created your project.
Create a new AVD (Android Virtual Device) for the device setting you require. (http://developer.android.com/tools/devices/managing-avds.html)
In eclipse project explorer, as shown in the image http://developer.nokia.com/resources/library/nokia-x/doc/images/intro/eclipse_run_as_android_application.png
Right Click your project --> Run As --> Android Application
Or
Right Click your project --> Run As --> Run Configurations --> Select Device
With this you can view your app in the emulator.
Bluestacks stuck up on loading channel with a circle in the middle...
so far I had uninstalled and re-installed bluestacks several times but ended with the same issue.
I am using fastest internet connection in my pc using LAN / Wifi.
i found the solution , it seems that blue stacks trying to connect to some kind of store and he couldn't, i fix it up by running an app called psiphone 3 , its a free vpn app , after u run it u will notice that nothing change and the loading page still appear just wait for 5 minutes and the store list will appear after this try to download any launcher u want , and then ur problem will be solved
sorry bad english.
I've got the same issue and it looked like that the application 'com.bluestacks.gamepophome' is missing or corrupt. You can check the log file 'C:\ProgramData\Bluestacks\GameManager.log'.
The solution I applied is to use a different Launcher. I used ADW Launcher as an replacement. The benefit is that I can use more of the default Android apps as well.
If you are facing constant issues while running Bluestacks i.e Bluestacks Loading Screen problem then there's no need to worry anymore you can easily fix the issue by trying the following steps :
1 - Install Latest Bluestacks App player and install all additional software's required by bluestacks for proper operation
2 - Give Users Account Full Control Access
For more details and step by step guide visit here :
http://www.rushinformation.com/bluestacks-loading-problem-screen-fix/
It was stuck and blinking for me. I resolved it by:
Go to Settings > Apps > All Apps
Select GamePopMain
Force Stop and Clear Data
And voila - it started working again
I had the same issue and what I figured is the GamePopMain is a launcher for BlueStacks. It has some issue in the Mac version for sure and on windows may have them as well. Install any other launcher and you will stop getting crashes and will be able to use it with out problems.
Hi I know this is a real silly question but I am following the instructions to create an app for android. Im currently here... http://developer.android.com/training/basics/firstapp/running-app.html
Ive already set up my first app as per instuctions, Ive enabled debugging on my phone, but now Im unsure what file to open in eclipse before clicking "Run as"-> "Android Application".
Any help would be great thanks
You don't need to open or close any file(s) for running the app, just make sure the project you want to run is selected in the project explorer on the left side. But I assume that you only have one project at this time so everything should work as expected
EDIT
If you want to test your app on a real device from Eclipse, make sure the required device drivers are installed. You can go to Run -> Run Configurations -> target and check if your device is listed. In case that is not, some drivers are missing.
Select your MainActivity and click run. It will prompt a box where you can choose weather you want to run in device or in emulator.
To run in real device See my post. It will help you.