As of the Android L NDK, __system_property_get
is removed (https://groups.google.com/a/chromium.org/forum/#!topic/chromium-reviews/keQP6L9aVyU). Is there another API in the Android L NDK to access the same property values?
标签:
android-ndk-r5
相关问题
- JNI DETECTED ERROR IN APPLICATION: JNI GetMethodID
- Android.mk vs Application.mk
- Android NDK OpenCV - Invalid Arguments for substr
- C++ static const multiple declaration error in Ecl
- ANR in random usage of application
相关文章
- Android.mk vs Application.mk
- Android的NDK的OpenCV - 用于SUBSTR参数无效(Android NDK Ope
- Android NDK OpenCV - Invalid Arguments for substr
- C++ static const multiple declaration error in Ecl
- Bambuser的ffmpeg - “臂Linux的androideabi-GCC是无法创建一个可
- ANR in random usage of application
- Android ndk build mysteriously failing under cygwi
- provide help for using Android NDK
I went with
popen
as detailed in the answer at https://stackoverflow.com/a/478960/2833126 to rungetprop
. Something like