'webrtc_android'在构建

时间:2017-09-01 00:32:12

标签: javascript java android webrtc

构建webrtc_android时出现问题。

vagrant@precise64:~/webrtc_checkout/src$ tools_webrtc/android/build_aar.py

我得到这样的错误。

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/android/tools/lint/Main : Unsupported major.minor version 52.0

我不知道为什么会收到这些消息。

我该如何解决?请帮帮我:)。

1 个答案:

答案 0 :(得分:2)

好的,我自己解决了这个问题。

当您收到错误消息时,请尝试以下操作。

  1. 安装openjdk-8-jdk

    namespace App; use Illuminate\Notifications\Notifiable; use Illuminate\Foundation\Auth\User as Authenticatable; class User extends Authenticatable { use Notifiable; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ 'name', 'email', 'password', ]; /** * The attributes that should be hidden for arrays. * * @var array */ protected $hidden = [ 'password', 'remember_token', ]; }

  2. 更改您的openjdk版本

    sudo add-apt-repository ppa:openjdk-r/ppa
    sudo apt-get update
    sudo apt-get install openjdk-8-jdk
  3. 再试一次

    sudo update-alternatives --config java ... 2 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1069 manual mode Press enter to keep the current choice[*], or type selection number: 2