We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
If i'm not mistaken, you can't use arrays in gomobile. Supported types are: -string -int -float64 -[]byte
Sorry, something went wrong.
No branches or pull requests
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: