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;