离子1&和Google Plus插件会引发一些错误。 2?

时间:2016-11-16 08:26:30

标签: ionic-framework ionic2

我在项目中添加了cordova-plugin-googleplus。现在我正在尝试构建android apk但添加googleplus插件后会出现一些错误。

UP-TO-DATE
:CordovaLib:compileDebugRenderscript

UP-TO-DATE
:CordovaLib:generateDebugResValues

UP-TO-DATE

:CordovaLib:generateDebugResources
 UP-TO-DATE

:CordovaLib:packageDebugResources

UP-TO-DATE
:CordovaLib:processDebugManifest
 UP-TO-DATE

:CordovaLib:generateDebugBuildConfig

UP-TO-DATE
:CordovaLib:processDebugResources

UP-TO-DATE

:CordovaLib:generateDebugSources

UP-TO-DATE
:CordovaLib:incrementalDebugJavaCompilationSafeguard

UP-TO-DATE

:CordovaLib:compileDebugJavaWithJavac UP-TO-DATE
:CordovaLib:processDebugJavaRes UP-TO-DATE
:CordovaLib:transformResourcesWithMergeJavaResForDebug
 UP-TO-DATE
:CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug
 UP-TO-DATE


:CordovaLib:mergeDebugJniLibFolders

UP-TO-DATE

:CordovaLib:transformNative_libsWithMergeJniLibsForDebug

UP-TO-DATE

:CordovaLib:transformNative_libsWithSyncJniLibsForDebug

UP-TO-DATE


:CordovaLib:bundleDebug

UP-TO-DATE


:prepareAndroidCordovaLibUnspecifiedDebugLibrary

UP-TO-DATE

:preReleaseBuild

UP-TO-DATE

:CordovaLib:preReleaseBuild UP-TO-DATE
:CordovaLib:checkReleaseManifest
:CordovaLib:prepareReleaseDependencies

:CordovaLib:compileReleaseAidl

UP-TO-DATE
:CordovaLib:compileReleaseNdk
 UP-TO-DATE

:CordovaLib:copyReleaseLint
 UP-TO-DATE

:CordovaLib:mergeReleaseShaders

UP-TO-DATE

:CordovaLib:compileReleaseShaders
 UP-TO-DATE

:CordovaLib:generateReleaseAssets UP-TO-DATE


:CordovaLib:mergeReleaseAssets
 UP-TO-DATE

:CordovaLib:mergeReleaseProguardFiles

UP-TO-DATE
:CordovaLib:packageReleaseRenderscript
 UP-TO-DATE

:CordovaLib:compileReleaseRenderscript

UP-TO-DATE
:CordovaLib:generateReleaseResValues

UP-TO-DATE
:CordovaLib:generateReleaseResources UP-TO-DATE

:CordovaLib:packageReleaseResources
 UP-TO-DATE

:CordovaLib:processReleaseManifest

UP-TO-DATE
:CordovaLib:generateReleaseBuildConfig
 UP-TO-DATE
:CordovaLib:processReleaseResources
 UP-TO-DATE

:CordovaLib:generateReleaseSources UP-TO-DATE

:CordovaLib:incrementalReleaseJavaCompilationSafeguard
 UP-TO-DATE

:CordovaLib:compileReleaseJavaWithJavac

UP-TO-DATE
:CordovaLib:processReleaseJavaRes
 UP-TO-DATE


:CordovaLib:transformResourcesWithMergeJavaResForRelease

UP-TO-DATE
:CordovaLib:transformClassesAndResourcesWithSyncLibJarsForRelease
 UP-TO-DATE


:CordovaLib:mergeReleaseJniLibFolders

UP-TO-DATE
:CordovaLib:transformNative_libsWithMergeJniLibsForRelease
 UP-TO-DATE


:CordovaLib:transformNative_libsWithSyncJniLibsForRelease

UP-TO-DATE
:CordovaLib:bundleRelease
 UP-TO-DATE

:prepareComAndroidSupportCardviewV72340Library

UP-TO-DATE

:prepareComAndroidSupportCustomtabs2340Library
 UP-TO-DATE

:prepareComAndroidSupportSupportV42340Library
 UP-TO-DATE

:prepareComFacebookAndroidFacebookAndroidSdk4141Library
 UP-TO-DATE

:prepareComGoogleAndroidGmsPlayServicesAuth840Library

UP-TO-DATE
:prepareComGoogleAndroidGmsPlayServicesBase840Library
 UP-TO-DATE

:prepareComGoogleAndroidGmsPlayServicesBasement840Library
 UP-TO-DATE

:prepareComGoogleAndroidGmsPlayServicesIdentity840Library

UP-TO-DATE

:prepareDebugDependencies


:compileDebugAidl

UP-TO-DATE
:compileDebugRenderscript

UP-TO-DATE
:generateDebugBuildConfig
 UP-TO-DATE

:generateDebugResValues
 UP-TO-DATE

:generateDebugResources

UP-TO-DATE

:mergeDebugResources
 UP-TO-DATE

:processDebugManifest
 UP-TO-DATE

:processDebugResources
 UP-TO-DATE

:generateDebugSources
 UP-TO-DATE

:incrementalDebugJavaCompilationSafeguard
 UP-TO-DATE

:compileDebugJavaWithJavac


:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no p
revious execution, etc.).

C:\xampp\htdocs\IONIC\ionic2\githubIonic\platforms\android\src\nl\xservices\plug
ins\GooglePlus.java:325: error: cannot find symbol

                result.put("familyName", acct.getFamilyName());

                                             ^

  symbol:   method getFamilyName()


  location: variable acct of type GoogleSignInAccount

C:\xampp\htdocs\IONIC\ionic2\githubIonic\platforms\android\src\nl\xservices\plug
ins\GooglePlus.java:326: error: cannot find symbol

                result.put("givenName", acct.getGivenName());

                                            ^

  symbol:   method getGivenName()

  location: variable acct of type GoogleSignInAccount


Note: Some input files use or override a deprecated API.

Note: Recompile with -Xlint:deprecation for details.

2 errors

:compileDebugJavaWithJavac FAILED




FAILURE: Build failed with an exception.

* What went wrong:

Execution failed for task ':compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.



* Try:

Run with
--stacktrace option to get the stack trace. Run with --info or --debug option to
 get more log output.


BUILD FAILED

Total time: 4.12 secs

Error: cmd: Command failed with exit code 1 Error output:
C:\xampp\htdocs\IONIC\ionic2\githubIonic\platforms\android\src\nl\xservices\plug
ins\GooglePlus.java:325: error: cannot find symbol
                result.put("familyName", acct.getFamilyName());
                                             ^
  symbol:   method getFamilyName()
  location: variable acct of type GoogleSignInAccount
C:\xampp\htdocs\IONIC\ionic2\githubIonic\platforms\android\src\nl\xservices\plug
ins\GooglePlus.java:326: error: cannot find symbol
                result.put("givenName", acct.getGivenName());
                                            ^
  symbol:   method getGivenName()
  location: variable acct of type GoogleSignInAccount
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
2 errors

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.

如果我删除插件,它的工作正常。这个插件有什么问题,或者我还有什么需要做的吗?请尽快帮助。

0 个答案:

没有答案