Updating Qt project android app in Android Studio
Unsolved
Mobile and Embedded
-
Hi! I couldn't find answer to this "trivial" question so I start a new topic.
I have a Qt project with the Android application. I would like to import that project into the Android Studio and make some changes.
So far Android studio was able to recognize the gradle project and import it. But Android Studio doesn't recognize "QtActivity" and other Qt classes. Is there any QT library that I can reference to without installing the whole QT framework?
I spent 2 hours googling that, but without success.
Any help will be appreciated! -
Well, to be able to build a Qt application you need the Qt framework, else header (not only libraries!) and libraries will not be found.