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.
我想通过本机代码(ndk)读取我自己的文件名/路径(即我自己的 apk 路径)。是否可以阅读?
谢谢,切坦
您可以在 Java 代码中获得自己的 .apk 路径,然后将其传递给您的本机代码。仅使用 1(一!)行本机代码不太可能达到相同的结果:
String my_apk_path = context.getApplicationInfo().sourceDir;