瀏覽代碼

Removed reference to manifestation

Björn Ritzl 2 年之前
父節點
當前提交
b595745d3d
共有 2 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      docs/en/manuals/android.md
  2. 二進制
      docs/en/manuals/images/android/enable_supportlibrary.png

+ 1 - 5
docs/en/manuals/android.md

@@ -90,11 +90,7 @@ Allows using PowerManager WakeLocks to keep processor from sleeping or screen fr
 
 
 ## Using AndroidX
-AndroidX is a major improvement to the original Android Support Library, which is no longer maintained. AndroidX packages fully replace the Support Library by providing feature parity and new libraries. Most of the Android extensions in the [Asset Portal](/assets) support AndroidX. If you do not wish to use AndroidX you can explicitly disable it in favour of the old Android Support Library:
-
-1. If you already have an app manifest add `jetifier: false` to `armv7-android` and `arm64-android`.
-
-2. If you do not have an app manifest file head over to [Defold App Manifest generator](https://britzl.github.io/manifestation/) and check the "Use Android Support lib" checkbox.
+AndroidX is a major improvement to the original Android Support Library, which is no longer maintained. AndroidX packages fully replace the Support Library by providing feature parity and new libraries. Most of the Android extensions in the [Asset Portal](/assets) support AndroidX. If you do not wish to use AndroidX you can explicitly disable it in favour of the old Android Support Library by creating a new app manifest file or editing an existing one and checking Use Android Support Libs.
 
 ![](images/android/enable_supportlibrary.png)
 

二進制
docs/en/manuals/images/android/enable_supportlibrary.png