mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:35:24 +02:00
aapt: add Hindi translation (#11259)
This commit is contained in:
parent
9ed33e28e5
commit
27a43edc85
1 changed files with 17 additions and 0 deletions
17
pages.hi/common/aapt.md
Normal file
17
pages.hi/common/aapt.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# aapt
|
||||||
|
|
||||||
|
> एंड्रॉइड एसेट पैकेजिंग टूल।
|
||||||
|
> एंड्रॉइड ऐप के संसाधनों को संकलित और पैकेज करें।
|
||||||
|
> अधिक जानकारी: <https://elinux.org/Android_aapt>.
|
||||||
|
|
||||||
|
- एपीके संग्रह में शामिल फ़ाइलों की सूची बनाएं:
|
||||||
|
|
||||||
|
`aapt list {{पथ/से/ऐप.apk}}`
|
||||||
|
|
||||||
|
- किसी ऐप का मेटाडेटा (संस्करण, अनुमतियाँ, आदि) प्रदर्शित करें:
|
||||||
|
|
||||||
|
`aapt dump badging {{पथ/से/ऐप.apk}}`
|
||||||
|
|
||||||
|
- निर्दिष्ट निर्देशिका से फ़ाइलों के साथ एक नया एपीके संग्रह बनाएं:
|
||||||
|
|
||||||
|
`aapt package -F {{पथ/से/ऐप.apk}} {{निर्देशिका/का/पथ}}`
|
Loading…
Add table
Reference in a new issue