While building and Running the Android Projects, you may see the below Error in Android Emulator; which will STOP to Run the Android Project. Emulator: ##KBD: Full queue, lose event You also will see below Warnings when building the Android Project. Emulator: Warning: restoring GLES1 context from snapshot. App may need reloading. Emulator: warning: get […]
Android Studio – LoginActivity – Add Login Activity to Android Project
Android Studio – LoginActivity is a pre-defined Activity we can add to our Project in Android Studio. In this article, I am going to explain, add LoginActivity and launch it when we Run the Application. Step 1. Open our Android Project “MyApp“, which we have created in our Previous Article “Android Studio : Create Android […]
Android Studio : Run Project
I have explained the steps to create an Android Project in Android Studio, in my previous Article “Android Studio : Create Android Project “. We have successfully completed the Project creation & the build was Successful. Now through this Article “Android Studio – Run Project”, I will explain how to Run the Project, and also […]
Android Studio : How to Create New Virtual Device?
Once the Project has been successfully built, we just have to select the Target device to verify how our Android Project is working. We can select either the connected device or the virtual device as the deployment targets to see the behavior of our Project on the selected devices. Initially, before we move the Project […]
Android Studio : Create Android Project
Android Studio provides a lot of support to create Android Applications for various Android devices. In this article, I am going to explain the steps to create & build a new Project in Android Studio. Step 1. Select New Project… menu item from File -> New menu. OR Click on “Start a new Android Studio Project” […]
Android Studio : How to install Android Studio and setup the Development Environment ?
Hello guys, thanks for reading this article. This is my first article in this blog & would like to shed some light on Android Application Development. In this article, I am going to explain, installing Android Studio & setting up the development environment. This is applicable to Windows 7 OS. Step 1. Go to the […]