Skip to content

Instantly share code, notes, and snippets.

@Nutomic
Last active October 3, 2017 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nutomic/4fd51a707886f1b01ac5ca4eff68de95 to your computer and use it in GitHub Desktop.
Save Nutomic/4fd51a707886f1b01ac5ca4eff68de95 to your computer and use it in GitHub Desktop.
$ go get github.com/syncthing/syncthing/cmd/syncthing
# github.com/syncthing/syncthing/cmd/syncthing
../../go/src/github.com/syncthing/syncthing/cmd/syncthing/gui_statics.go:37:13: undefined: auto.Assets
../../go/src/github.com/syncthing/syncthing/cmd/syncthing/gui_statics.go:44:20: undefined: auto.Assets
$ gradle assembleDebug
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Jack is disabled, but one of the plugins you are using supports Java 8 language features.
Signing not ready. Did you specify a signingConfig for the variation Release?
:preBuild UP-TO-DATE
:preDebugBuild UP-TO-DATE
:checkDebugManifest
:preReleaseBuild UP-TO-DATE
:prepareAndroidArchLifecycleRuntime100Library
:prepareComAndroidDatabindingAdapters131Library
:prepareComAndroidDatabindingLibrary131Library
:prepareComAndroidSupportAnimatedVectorDrawable2610Library
:prepareComAndroidSupportAppcompatV72610Library
:prepareComAndroidSupportConstraintConstraintLayout102Library
:prepareComAndroidSupportDesign2610Library
:prepareComAndroidSupportRecyclerviewV72610Library
:prepareComAndroidSupportSupportCompat2610Library
:prepareComAndroidSupportSupportCoreUi2610Library
:prepareComAndroidSupportSupportCoreUtils2610Library
:prepareComAndroidSupportSupportFragment2610Library
:prepareComAndroidSupportSupportMediaCompat2610Library
:prepareComAndroidSupportSupportV42610Library
:prepareComAndroidSupportSupportVectorDrawable2610Library
:prepareComAndroidSupportTransition2610Library
:prepareComAndroidVolleyVolley100Library
:prepareEuChainfireLibsuperuser100201704021214Library
:prepareDebugDependencies
:compileDebugRenderscript UP-TO-DATE
:generateDebugResValues UP-TO-DATE
:generateDebugResources UP-TO-DATE
:mergeDebugResources UP-TO-DATE
:dataBindingProcessLayoutsDebug UP-TO-DATE
:compileDebugAidl UP-TO-DATE
:generateDebugBuildConfig UP-TO-DATE
:gobindDebug
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
unsupported basic type: invalid type
:gobindDebug FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':gobindDebug'.
> Process 'command '~/go/bin/gobind'' finished with non-zero exit value 1
* 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: 1.001 secs
@Nutomic
Copy link
Author

Nutomic commented Oct 3, 2017

@AudriusButkevicius @calmh This is from syncthing/syncthing-android#959. Can you tell me how I can fix these errors? It works fine if I use golang.org/x/mobile/example/bind/reverse instead of github.com/syncthing/syncthing/cmd/syncthing, so the unsupported basic type: invalid type errors must be caused by Syncthing somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment