x/mobile: gomobile bind unsupported seqType: string Array #14332
Labels
Milestone
Comments
If i'm not mistaken, you can't use arrays in gomobile. Supported types are: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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){
The text was updated successfully, but these errors were encountered: