Hi, I have downloaded and built aosp successfully, but I can't run it on ubuntu 14.04. I go through all the procedures like source build/envsetup.sh lunch full-eng make -j4
Everything is good so far but as soon as I start 'emulator' command it shows the the following message: emulator: WARNING: system partition size adjusted to match image file (2048 MB > 200 MB) emulator: WARNING: encryption is off WARNING: Unknown AVD name [<build>], use -list-avds to see valid list. ANDROID_AVD_HOME is defined but there is no file <build>.ini in $ANDROID_AVD_HOME (Note: Directories are searched in the order $ANDROID_AVD_HOME, $ANDROID_SDK_HOME/avd and $HOME/.android/avd) For the record, ANDROID_AVD_HOME variable is pointing to ~/.android/avd and it has .ini files in it. So my question is what I am missing here On Friday, June 30, 2017 at 7:36:53 PM UTC+5, AOSP DEV wrote: > > Hi, > > I had similar issues. I think it was related to the video driver. > Still what fixed my problems was to use > > lunch full-eng > > After this, make and start the emulator. It should work. > > Am Mittwoch, 19. Oktober 2016 17:02:56 UTC+2 schrieb Md.Abdul Baset Sarker: >> >> Hi, >> After building successfully by "~$ make -j" , if I run "~$emulator" it >> shows bellow problem >> I am usin Ubuntu 14.04 , please help me to solve the problem .. Thanks in >> advance.. >> >> ========== >> sh: 1: glxinfo: not found >> emulator: WARNING: system partition size adjusted to match image file >> (1792 MB > 200 MB) >> >> emulator: WARNING: data partition size adjusted to match image file (550 >> MB > 200 MB) >> >> sh: 1: glxinfo: not found >> emulator: WARNING: encryption is off >> X Error of failed request: BadAlloc (insufficient resources for >> operation) >> Major opcode of failed request: 149 () >> Minor opcode of failed request: 2 >> Serial number of failed request: 35 >> Current serial number in output stream: 36 >> QObject::~QObject: Timers cannot be stopped from another thread >> >> >> -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
