You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. If you are using [v4.4.55968.0904](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55968.0904) (or later version), please ensure your **compileSdkVersion** and **buildToolsVersion** in your `build.gradle` file is **29+**.
14
+
2. If you are using v4.4.55968.0904 (or later version), please ensure your **compileSdkVersion** and **buildToolsVersion** in your `build.gradle` file is **29+**.
15
15
16
16
3.. :red_circle: Non-AndroidX Version (EOL: 01/01/2020)
17
17
**Per Google's suggestions and guidance, we have upgraded our regular Android SDK to support AndroidX. We understand that upgrading an existing Android project/product to AndroidX would need some time, and we heard your feedback. We hereby offer an Android SDK version that does not require AndroidX, you may find it (android-mobilertc_support_xxx.zip
18
18
) here: [https://github.com/zoom/zoom-sdk-android/releases](https://github.com/zoom/zoom-sdk-android/releases) The end-of-life date of offering and supporting this version will be 01/01/2020.**
19
19
**Please use this version if you are not able to upgrade your project to AndroidX at the moment.**
20
20
**Please plan to upgrade your Android project to AndroidX before 01/01/2020.**
21
21
22
-
4.**Android 64-bit support is now available in the release [v4.4.55130.0712](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55130.0712).**, please don't forget to upgrade your Android project to be a AndroidX project.
23
-
5.**Variable Name Changes**: Since [v4.3.1.47200.0322](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.3.1.47200.0322), we have renamed the term "APP" to "SDK" in our demo to avoid confusion between the term "API" and "APP".
22
+
4.**Android 64-bit support is now available in the release v4.4.55130.0712.**, please don't forget to upgrade your Android project to be a AndroidX project.
23
+
5.**Variable Name Changes**: Since v4.3.1.47200.0322, we have renamed the term "APP" to "SDK" in our demo to avoid confusion between the term "API" and "APP".
24
24
6. Please be aware that some of our interfaces are deprecated in the latest release, please check out our [CHANGELOG](https://github.com/zoom/zoom-sdk-android/blob/master/CHANGELOG.md) for more detail
25
25
7. Encounter with issues? The answer might be waiting for you at [Frequently Asked Questions](https://marketplace.zoom.us/docs/sdk/native-sdks/android/get-help/faq#frequently-asked-questions) sections.
26
26
8. Our brand new [Zoom Developer Community Forum](https://devforum.zoom.us/) is now online!!! Check it out! We are here to help! :D
@@ -155,7 +155,7 @@ Please refer to our [CHANGELOG](https://github.com/zoom/zoom-sdk-android/blob/ma
155
155
*:one:`Emulator is not working`:
156
156
* SDK releases before **v4.3.53571.0118** only supports emulators with ABI **arm series(armeabi-v7a, arm64-v8a)**. Starting from **v4.3.53571.0118**, both **arm series(armeabi-v7a, arm64-v8a)** and **x86 ABI** are supported.
* The Zoom SDK has adapted AndroidX since the release [v4.4.55130.0712](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55130.0712), if you have not migrated your project to be a AndroidX project, you will receive the above error message. Upgrading your Android project to be a AndroidX project will fix this issue.
158
+
* The Zoom SDK has adapted AndroidX since the release v4.4.55130.0712, if you have not migrated your project to be a AndroidX project, you will receive the above error message. Upgrading your Android project to be a AndroidX project will fix this issue.
159
159
* Not finding what you want? We are here to help! Please visit our [Zoom Developer Community Forum](https://devforum.zoom.us/) for further assistance.
0 commit comments