$ 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 |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
@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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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 ofgithub.com/syncthing/syncthing/cmd/syncthing
, so theunsupported basic type: invalid type
errors must be caused by Syncthing somehow.