-
Notifications
You must be signed in to change notification settings - Fork 108
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
Cannot load AWD file in RajawaliVuforiaExample #69
Comments
Looks like you are missing the core Rajawali dependency. |
Thank to ToxicBakery. I has already download Rajawali as Zip and run command 'gradle assembleRelease uploadArchives' to upload to mavenLocal. The result, I have some file in repository like this: 'm2\repository\org\rajawali3d\rajawali\1.0.0-SNAPSHOT'
and I has result as:
Can you show me how to run RajawaliVuforiaExample step by step? |
In your dependencies just depend on the snapshot you built.
|
Thanks ToxicBakery,
I modify to 'org.rajawali3d:rajawali:1.0.0-SNAPSHOT@aar' and build success. But I still has exception
Thank you so much, I continue do try. |
I deploy RajawaliVuforia to local maven successful. When I run RajawaliVuforiaExample, it has the error as above and crash app. How can I resolve?
Thanks.
The text was updated successfully, but these errors were encountered: