Skip to content

Commit

Permalink
Merge pull request #16 from hiking90/main
Browse files Browse the repository at this point in the history
Translate to English
  • Loading branch information
hiking90 authored Mar 17, 2024
2 parents 2dbe6fa + 5837ced commit 5f3ddc5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ For building in the Android environment, it is necessary to install the NDK, and
[Android Build](./android-build.md)

## Compatibility with Android Versions
안드로이드 버전에 따른 Binder IPC에 대한 호환성 문제가 있다.
현재 확인된 사항은 Android 12를 기준으로 그 이전, 이후의 호환성 문제가 있다.
There are compatibility issues with Binder IPC depending on the Android version. The current findings indicate there are compatibility issues before and after Android 12.

당신의 SW가 Android 11과 12에서 모두 동작해야 한다면, Android 버전을 rsbinder::set_android_version() api를 통해 설정해야 한다.
If your software needs to work on both Android 11 and 12, you must set the Android version using the rsbinder::set_android_version() API.

Android Version 정보는 다음과 같이 확인하고, 설정할 수 있다.
The Android Version information can be checked and set as follows.

```
use android_system_properties::AndroidSystemProperties;
Expand Down

0 comments on commit 5f3ddc5

Please sign in to comment.