Coder Social home page Coder Social logo

Comments (4)

oom- avatar oom- commented on September 26, 2024

Seems to have worked by passing the ramdisk.img (not existing) to the command line : rootAVD.bat D:\AndroidSDK\system-images\android-30\google_apis\x86_64\ramdisk.img

from rootavd.

newbit1 avatar newbit1 commented on September 26, 2024

Did you install any AVD images yet?

from rootavd.

oom- avatar oom- commented on September 26, 2024

Yes I have. 28/29/30. All this part of the path is actually existing: D:\AndroidSDK\system-images\android-30\google_apis\x86_64\. Could be because they are on another disk ?

from rootavd.

newbit1 avatar newbit1 commented on September 26, 2024

Yes, i am just looking in the standard dir. Is this other location some how populated?
Is this other location changed in the SDK Manager?
You can check in CMD by just typing set if there is any Android related variable set.
According to Environment variables from AOSP.
ANDROID_HOME would be the right variable to set. Even tho it mentions as well, that ANDROID_SDK_ROOT
is deprecated, if you check the emulator help, it still refers to ANDROID_SDK_ROOT.

emulator -help-environment

  The Android emulator looks at various environment variables when it starts:

  If ANDROID_LOG_TAGS is defined, it will be used as in '-logcat <tags>'.

  If 'http_proxy' is defined, it will be used as in '-http-proxy <proxy>'.

  If ANDROID_VERBOSE is defined, it can contain a comma-separated list of
  verbose items. for example:

      ANDROID_VERBOSE=socket,radio

  is equivalent to using the '-verbose -verbose-socket -verbose-radio'
  options together. unsupported items will be ignored.

  If ANDROID_LOG_TAGS is defined, it will be used as in '-logcat <tags>'.

  If ANDROID_EMULATOR_HOME is defined, it replaces the path of the '$HOME/.android'
  directory which contains the emulator config data (key stores, etc.).

  If ANDROID_SDK_ROOT is defined, it indicates the path of the SDK
  installation directory.

To cover your use case, If you make sure, either one of the variables ANDROID_HOME or ANDROID_SDK_ROOT is set, I can include both in my search routine.

from rootavd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.