Using Android Studio
Unsolved
Mobile and Embedded
-
Hi,
I like writing my Android specific code in Android Studio because of the syntax highlighting and checks. But unfotunately at the biginning of my code this import fails:
import org.qtproject.qt5.android.bindings.QtService;
It is quite clear that Android Studio doesn't see it. But unfortunately it brakes a lot of the code checks. Is it possible to fix this?
-
@vlada I see, I really have no experience with Android Studio since I use Eclipse for Java development.
However, think that if you have an external Java library you want to use with your Android app, you'll face this same situation you're experiencing with the Qt Activity.
I suggest looking for tips about adding external libraries/jar files to your Android Studio project.i.e. this question may help.