Skip to main content

kernel-ranchu

 kernel-ranchu


Error you will receive in Andriod studio 4 version 


12:38 PM Emulator: emulator: ERROR: This AVD's configuration is missing a kernel file! Please ensure the file "kernel-ranchu" is in the same location as your system image.


12:38 PM Emulator: emulator: ERROR: ANDROID_SDK_ROOT is defined (C:\Users\Ram\AppData\Local\Android\sdk) but cannot find kernel file in C:\Users\Ram\AppData\Local\Android\sdk\system-images\ sub directories


12:38 PM Emulator: Process finished with exit code 1


Solution : 

Go to the following path 

C:\Users\Ram\AppData\Local\Android\sdk\system-images\android-21\google_apis\x86


change the folder name from Kernal-qmew to  kernel-ranchu

Comments

Popular posts from this blog

Print prime number program

 Consider the following program with explanation  using  System;      namespace  PrimeNumber   {        class  Program       {            static   void  Main( string [] args)           {               Console.WriteLine( "Enter a number" );                int  number = Convert.ToInt32(Console.ReadLine());                int  result = Check_Prime(number);                if  (result == 0)        ...

Windows 11 leak reveals new UI, Start menu, and more

  Windows 11 leak reveals new UI, Start menu, and more 529 The next version of Windows has leaked online     Jun 18, 2021, 12:03pm EDT Share this story Share this on Facebook (opens in new window) Share this on Twitter (opens in new window) SHARE All sharing options The new Windows 11 UI. Microsoft’s upcoming Windows 11 operating system has leaked online today. After screenshots were first published at Chinese site Baidu, the entire Windows 11 OS has appeared online, complete with a new user interface, Start menu, and lots more. The new Windows 11 user interface and Start menu look very similar to what was originally found in Windows 10X. Microsoft had been simplifying Windows for dual-screen devices, before canceling this project in favor of Windows 11. Visually, the biggest changes you’ll notice can be found along the taskbar. Microsoft has centered the app icons here, cleaned up the tray area, and included a new Start button and menu. This updated S...