Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/mobile: gomobile bind unsupported seqType: string Array #14332

Open
Gentrium opened this issue Feb 15, 2016 · 1 comment
Open

x/mobile: gomobile bind unsupported seqType: string Array #14332

Gentrium opened this issue Feb 15, 2016 · 1 comment
Labels
mobile Android, iOS, and x/mobile
Milestone

Comments

@Gentrium
Copy link

when i'm trying to build aar library for undroid i have panic
panic: unsupported seqType: [100][100][2]string / *types.Array

Gomobile version:
gomobile version +002f07f Fri Feb 5 00:56:26 2016 +0000 (android);
androidSDK=/home/user/IDE_Android/adt-bundle-linux-x86_64-20130522/sdk/platforms/android-23

Go version:
go version go1.5.3 linux/amd64

func GetContent(dbPath string, rowCount int, columnCount int, selectedDate string) ([100][100][2]string){

@0xtmphey
Copy link

0xtmphey commented Apr 4, 2016

If i'm not mistaken, you can't use arrays in gomobile. Supported types are:
-string
-int
-float64
-[]byte

@bradfitz bradfitz added this to the Unreleased milestone Apr 10, 2016
@bradfitz bradfitz changed the title gomobile bind unsupported seqType: string Array x/mobile: gomobile bind unsupported seqType: string Array Apr 10, 2016
@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Android, iOS, and x/mobile
Projects
None yet
Development

No branches or pull requests

4 participants