Hello!
Tell me, please: how can I import my existing project from Android studio into VisualGDB? It has nontrivial folders structure:
MyAPP (All java files; gradlew.bat)
-app
–src
—-…
cpp (All c++ files)
-classes (All native c++ classes)
-jni (cpp & h files for JNI)
If I simply try to import it into VisualGDB by selecting gradlew.bat file, than I got an error “toolchain test failed cannot query the value of target_cxx”. Also I didn’t see any cpp/h files in imported project.
-
This topic was modified 9 years, 8 months ago by V0ffka71.
-
This topic was modified 9 years, 8 months ago by V0ffka71.
-
This topic was modified 9 years, 8 months ago by V0ffka71.