Android ADB cannot run on ubuntu 14.04 LTS or cannot run AVD in emulator

Android ADB cannot run on ubuntu 14.04 LTS. It shows the following error:

Unable to detect adb version, adb / home / k 13 / Android / sdk / platform-tools / adb output: 1: / home / k 13 / Android / sdk / platform-tools / adb: Syntax error: ")" unexpectedly

Android AVD cannot start due to the following error:

Unable to start AVD in emulator. Output: Android / sdk / tools / emulator: 1: Android / sdk / tools / emulator: Syntax error: line with an unused line

Android ADB cannot run on ubuntu 14.04 LTS.

enter image description here

Unable to start AVD in emulator

enter image description here

+4
source share
2

Android Studio, 32-. , :

1. .: https://dl-ssl.google.com/android/repository/platform-tools_r23.0.1-linux.zip 2. Android SDK

3. /

4.

, .

+6

export ANDROID_EMULATOR_FORCE_32BIT = true

Genymotion Ubuntu

+1

Source: https://habr.com/ru/post/1629534/


All Articles