Hi Marco,
which version of the Wikitude Native Android SDK are you using?
We removed the `WikitudeSDKStartupConfiguration` class in version 2.0 and replaced it with `NativeStartupConfiguration`. You can read more about it in our migration guide.
Best regards,
Andreas
Marco Wiedner
Hello,
it might be a simple problem, but I do not understand why my app can't find the WikitudeSDKStartupConfiguration. I am developing with the latest version of android studio.
This is my import:
And here is my a snippet of my build.gradle:
It always says that the symbol cannot be resolved. Did I dismiss something? Also, i copied the newest wikitude-native-sdk.aar in my libs-directory. When I open the examples-project, it works.