Posts

Showing posts with the label DEPLOY

App engine ERROR SOLVED This application does not exist (app_id=??).

Image
This application does not exist (app_id=). You have to run 2 commands in order to initialise the blank application so  Run this 2 command gcloud config set project project-Id-here gcloud components update gcloud beta app create gcloud beta app create will be installed on your PC if you don't have it .Its 1 MB only You have to do exactly as the error message tells you, which is to run the  gcloud app create  (beta no longer needed) command from a terminal. App Engine is no longer automatically initialized for newly created projects, so you must run this command on a new project before deploying an App Engine app for the first time. __________________________________________________________________________ Also Suggested To check Final Running __________________________________________________________________________

Run Application on Real Device : Android Studio

Image
Hello all,                I am back with a new tutorial on Android Studio . Here Some of My Friends Having issue with running or deploying app directly on Real Device . There are Two reasons for that  1. ADB Drivers are not there 2. ADB Class Path Not set( type "adb devices" in cmd if not recognised then set path ) --------------------S olution --------------------------- Download ADB Driver Pack Here Click Here Then Follow the Steps In Windows 8 (8.1) or 10 64-bit you are unable to install unsigned drivers because the system enables driver signature enforcement by default. Select  Troubleshoot Advanced Options Select  Startup Options Restart Press 7 or F7 to choose Disable driver signature enforcement. Note: Temporarily, the setting will return to its original state after restarting. Install Android ADB Driver using an inf file (Manually) Windows encountered a problem installing the d...

Android N Developer Preview : Installation Guide

Image
Google has released Android N Developer Preview and it has given us a glimpse of all the new featureslike multi-window support, notification enhancements, revamped Doze, and many more. If you are wondering how to install Android N Developer Preview, follow these steps. How to install Android N Developer Preview The Android N Developer Preview is now available in the form of factory images to download  for theNexus 6P, Nexus 5X, Nexus 6, General Mobile 4G, Nexus Player, Nexus 9, and Pixel  C devices. Before going ahead with our how to install the Android N Developer Preview, we  warn readers that the version of the operating system is not yet ready to be a daily d river for consumers, and is primarily meant for developers. We would also warn users before downloading the Android N Developer Preview that there is a good chance that there are bugs to iron out at this stage. Before you do that, it's vital...