Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道,关于如何在 Android 上重用本机代码存在很多问题。
但是,总是需要使用 JNI。而且,对于我的应用程序来说,这是一个问题,因为我无法对我的 C/C++ 代码进行任何修改。
有没有像 JNA 这样的方法可以在 Android 上使用?
我正在使用 Eclipse 和 windows。如果可以像库(.dll 或 .so)一样重用代码,那将是完美的。