-
Notifications
You must be signed in to change notification settings - Fork 4
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
Query Parser fails on feature-type clause (Android only) #91
Comments
Thanks for opening this issue. Unfortunately, I haven't been able to reproduce it so far. Here's a possible explanation for this odd behavior: The parser consumes the feature-type clause (The
Also, can you tell me the JVM version and OS? (Path name suggests Android) |
Thank you for the quick reply! 2023-07-04 20:09:01.916 25683-25683 System.out Default JVM Locale: Dependencies is implemented through jitpack.io OS is Android 13 in an emulator build with JDK 17. But I think it might be the Problem that Android 13 supports only Java code up to 11. |
We haven't tested the GeoDesk library on Android, but it doesn't look like it will run on any version of Android without modifications. As you've mentioned, even the latest version of Android only supports JDK 11. GeoDesk requires at least JDK 13 (for absolute bulk operations on I created a separate issue to enhance GeoDesk with Android support. In the meantime, I'll have a look at the bug you've discovered. It's a "This can't possibly happen" kind of bug, so it should be interesting. |
Android support would be great. Geodesk what just was I was looking for in terms of query speed. Not to waste your time because I'm not sure it was clear: The parser "bug" was an error thrown on Android. Gradle build was fine but there are probably way more issues in the compiled .dex file that may lead to this bug eventually. Keep up the good work. |
Tried many different scenarios but no luck so far. Works fine with the tool.
- com.geodesk.feature.match.QueryException: [1:4]: Unknown feature type '[', should be 'n','w','a', or 'r'
Any ideas would be helpful.
The text was updated successfully, but these errors were encountered: