任务':compileDebugJavaWithJavac'的所有执行都失败了。尝试离子科尔多瓦建立

时间:2019-06-12 23:30:29

标签: android cordova ionic-framework gradle ionic3

我正在尝试获取适用于android的版本并获取所有这些错误:

这是我的离子信息:

cli软件包:(/Users/username/.nvm/versions/node/v7.10.0/lib/node_modules)

@ionic/cli-utils  : 1.18.0
ionic (Ionic CLI) : 3.18.0

全局软件包:

cordova (Cordova CLI) : 7.1.0

本地软件包:

@ionic/app-scripts : 1.3.7
Cordova Platforms  : android 6.3.0
Ionic Framework    : ionic-angular 3.9.2

系统:

Android SDK Tools : 26.1.1
Node              : v7.10.0
npm               : 4.2.0
OS                : macOS High Sierra
Xcode             : Xcode 10.1 Build version 10B61

环境变量:

ANDROID_HOME : /Users/username/android

其他:

backend : pro

错误:

/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/gradlew: Command failed with exit code 1 Error output:
warning: string 'com_facebook_loginview_logged_in_using_facebook_f1gender' has no default translation.

/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/src/plugin/google/maps/PluginStreetViewPanorama.java:17: error: cannot find symbol
import com.google.android.gms.maps.model.StreetViewSource;
                                        ^
  symbol:   class StreetViewSource
  location: package com.google.android.gms.maps.model
/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/src/org/apache/cordova/firebase/FirebasePlugin.java:867: error: cannot find symbol
                        myTrace.incrementMetric(counterNamed, 1);
                               ^
  symbol:   method incrementMetric(String,int)
  location: variable myTrace of type Trace
/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/src/org/apache/cordova/firebase/FirebasePluginMessagingService.java:49: error: method does not override or implement a method from a supertype
    @Override
    ^
/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/src/org/apache/cordova/firebase/FirebasePluginMessagingService.java:51: error: cannot find symbol
        super.onNewToken(refreshedToken);
             ^
  symbol: method onNewToken(String)
/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/src/org/apache/cordova/firebase/FirebasePluginMessagingService.java:91: error: cannot access zzbfm
        Map<String, String> data = remoteMessage.getData();
                                                ^
  class file for com.google.android.gms.internal.zzbfm not found
/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/src/plugin/google/maps/PluginStreetViewPanorama.java:87: error: cannot find symbol
          StreetViewSource source = "OUTDOOR".equals(cameraOpts.getString("source")) ?
          ^
  symbol:   class StreetViewSource
  location: class PluginStreetViewPanorama
/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/src/plugin/google/maps/PluginStreetViewPanorama.java:88: error: cannot find symbol
              StreetViewSource.OUTDOOR : StreetViewSource.DEFAULT;
              ^
  symbol:   variable StreetViewSource
  location: class PluginStreetViewPanorama
/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/src/plugin/google/maps/PluginStreetViewPanorama.java:88: error: cannot find symbol
              StreetViewSource.OUTDOOR : StreetViewSource.DEFAULT;
                                         ^
  symbol:   variable StreetViewSource
  location: class PluginStreetViewPanorama
/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/src/plugin/google/maps/PluginStreetViewPanorama.java:280: error: cannot find symbol
              StreetViewSource source = "OUTDOOR".equals(cameraOpts.getString("source")) ?
              ^
  symbol: class StreetViewSource
/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/src/plugin/google/maps/PluginStreetViewPanorama.java:281: error: cannot find symbol
                  StreetViewSource.OUTDOOR : StreetViewSource.DEFAULT;
                  ^
  symbol: variable StreetViewSource
/Users/rdperezch/Desktop/darient/Telered/app_movil/miclave_app/platforms/android/src/plugin/google/maps/PluginStreetViewPanorama.java:281: error: cannot find symbol
                  StreetViewSource.OUTDOOR : StreetViewSource.DEFAULT;
                                             ^
  symbol: variable StreetViewSource
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
11 errors

0 个答案:

没有答案