-
Notifications
You must be signed in to change notification settings - Fork 46
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
Unable to build vlingo-iot-android
#70
Comments
Hi @VaughnVernon, yes I installed the required SDK version after an initial fumble. The above observations are after taking care of the SDK part. But maybe I haven't done it correctly (I've never done android builds before). This is how I checked the SDK: $ANDROID_HOME/tools/bin/sdkmanager --version
26.1.1 cc @kmruiz |
@gaurav- From what I see your builds are breaking on the backend: That should not be a problem, but I suspect that the VLINGO API has changed a bit since 14 months ago when it was implemented for a conference demo. We don't run this build with the overall builds because of the required Android SDK, so it can fall behind toolkit progress without notice. I was actually hoping, however, that you could use this project mainly to see how to use VLINGO with Kotlin. There are many other examples of how to use VLINGO that build and run perfectly. Also make sure you look at VLINGO/SCHEMATA, which is our product for schema registry: https://github.com/vlingo/vlingo-schemata |
I get the following error when I run the project as per the instructions in README
Not sure what the purpose of that import is or how to get that dependency. Removing it and running leads to the following error:
The text was updated successfully, but these errors were encountered: