Y
Hacker News
new
|
ask
|
show
|
jobs
by
mastazi
3770 days ago
What's the canonical way of targeting Android with C++?
1 comments
moonchrome
3769 days ago
Write shared logic in C++ and use JNI/JNA ? Or are you asking about something more specific ?
link
mastazi
3769 days ago
I guess I found what I was asking about, i.e. NDK:
http://developer.android.com/ndk/index.html
link