aapt: add Hindi translation (#11259)

pull/23/head
Vedant Yadav 2023-10-26 00:29:56 +05:30 committed by GitHub
parent 9ed33e28e5
commit 27a43edc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
pages.hi/common/aapt.md Normal file
View File

@ -0,0 +1,17 @@
# aapt
> एंड्रॉइड एसेट पैकेजिंग टूल।
> एंड्रॉइड ऐप के संसाधनों को संकलित और पैकेज करें।
> अधिक जानकारी: <https://elinux.org/Android_aapt>.
- एपीके संग्रह में शामिल फ़ाइलों की सूची बनाएं:
`aapt list {{पथ/से/ऐप.apk}}`
- किसी ऐप का मेटाडेटा (संस्करण, अनुमतियाँ, आदि) प्रदर्शित करें:
`aapt dump badging {{पथ/से/ऐप.apk}}`
- निर्दिष्ट निर्देशिका से फ़ाइलों के साथ एक नया एपीके संग्रह बनाएं:
`aapt package -F {{पथ/से/ऐप.apk}} {{निर्देशिका/का/पथ}}`