简体   繁体   中英

Porting C++ Project to Android

I have a big C++ application developed on windows,I need to port it to Android to run it as galaxy tab application.

I read many tutorials about NDK but it seems difficult to embed C++ files into Android.

Can I develop "DLL" using NDK? and invoke DLL from DLL?

any help would be highly appreciated .

Starting with 2.3, you can write android-applications completely in C++. Prior to 2.3, you had to create a shared object (the Linux equivalent of a DLL) using JNI, and call this from Java.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM