gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

howto import project from mk file #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
howto import project from mk file?
have same sample code ?

Original issue reported on code.google.com by gm8g...@gmail.com on 26 Nov 2012 at 8:09

GoogleCodeExporter commented 9 years ago
There is no tool for "importing" a project from an mk file. In fact, IIRC, 
there is no tool for creating vs-android projects at all! IIRC, you're supposed 
to start with one of the sample projects, get it working, then make a copy of 
the sample project and change it to include the C++ source files from your own 
project.

Original comment by qwertie...@gmail.com on 6 May 2013 at 5:30

GoogleCodeExporter commented 9 years ago
Yep. I'd definitely recommend taking the steps that qwertie256 describes.

Original comment by gavin.dj.pugh on 18 May 2013 at 7:28