My first Andoid project

  • Thread starter Thread starter Zing Du Ho
  • Start date Start date
Z

Zing Du Ho

Guest
I am trying to compile C++ code inside an Android project, on Windows 10 with latest VS.

The code does not compile because the system does not find my headers. I am good with this issue and I know all the pitfalls. I know how to make VS get my headers on all targets. But not with this one, Android. Here I always get a message that my header is not found.

What am I missing? I use this code to compile projects on several platforms and VS gets the headers all the time.

Continue reading...
 
Back
Top