boden icon indicating copy to clipboard operation
boden copied to clipboard

How to build a sample application using MSVC?

Open hosseinghafarian opened this issue 4 years ago • 3 comments

I really like your approach to developing pure native C++ mobile applications. I searched a lot and finally found Boden.

I have a question, How to build a sample project using MSVC?

hosseinghafarian avatar Mar 23 '20 20:03 hosseinghafarian

Boden does currently not support MSVC builds. You can use Android Studio on Windows to build Android apps.

gitoby avatar Jun 01 '20 15:06 gitoby

@gitoby If boden is native and uses ndk then MS_VS is supported. C++ mobile development has template for pure native android apps that uses ndk.

graysuit avatar Dec 30 '20 08:12 graysuit