[Interest] Android Studio and Qt

md at rpzdesign.com md at rpzdesign.com
Wed Feb 24 23:59:32 CET 2016


Jason:

Its a little tricky, I think you have to open up the created project in 
the build directory, not try to import from the source directory tree 
where the qmake pro file is located.

Look at Build Settings -> Build Steps -> Make: main in /bla/bla/bla 
directory and find the Debug -> android-build directory and magically 
inside this directory is another gradle file.

Import from that build location and Android Studio will come up and be 
able to process the java files while the compiled so C++ files are 
loaded but not able to step into them as a native library.

That help?

md

On 2/24/2016 4:41 PM, Jason H wrote:
> There is a step missing in http://www.kdab.com/qt-android-episode-6/
> Where we go from importing the build.gradle to somehow having Java source to start debugging.
>
> Can someone fill in the missing steps?
> I didn't find any .java files.
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>




More information about the Interest mailing list