Skip to content

Commit

Permalink
Update project-settings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed May 19, 2024
1 parent 78ce685 commit 14ff555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/manuals/project-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,9 @@ If set, hides the navigation and status bars and lets your app capture all touch
#### Debuggable
Whether or not the application can be debugged using tools such as [GAPID](https://github.com/google/gapid) or [Android Studio](https://developer.android.com/studio/profile/android-profiler). This will set the `android:debuggable` flag in the Android manifest.

#### Extract Native Libs
This attribute indicates whether the package installer extracts native libraries from the APK to the file system. If set to "false", your native libraries are stored uncompressed in the APK. Although your APK might be larger, your application loads faster because the libraries load directly from the APK at runtime.

---

### macOS
Expand Down

0 comments on commit 14ff555

Please sign in to comment.