Progaurd Rules android Hindi | Reduce app size, make app secure

Поделиться
HTML-код
  • Опубликовано: 19 июл 2021
  • My Laptop For App Development - amzn.to/3PlIqVQ Progaurd Rules android Hindi | Reduce app size, make app secure #minify
    #Shrink, #obfuscate, and #optimize your app
    Support me with any amount you want to gift -
    razorpay.me/@appdeveloperindia
    To make your app as small as possible, you should enable shrinking in your release build to remove unused code and resources. When enabling shrinking, you also benefit from obfuscation, which shortens the names of your app’s classes and members, and optimization, which applies more aggressive strategies to further reduce the size of your app. This page describes how R8 performs these compile-time tasks for your project and how you can customize them.
    When you build your project using #Android Gradle plugin 3.4.0 or higher, the plugin no longer uses #ProGuard to perform compile-time code optimization. Instead, the plugin works with the R8 compiler to handle the following compile-time tasks:
    Code shrinking (or tree-shaking): detects and safely removes unused classes, fields, methods, and attributes from your app and its library dependencies (making it a valuable tool for working around the 64k reference limit). For example, if you use only a few APIs of a library dependency, shrinking can identify library code that your app is not using and remove only that code from your app. To learn more, go to the section about how to shrink your code.
    Resource shrinking:
    removes unused resources from your packaged app, including unused resources in your app’s library dependencies. It works in conjunction with code shrinking such that once unused code has been removed, any resources no longer referenced can be safely removed as well. To learn more, go to the section about how to shrink your resources.
    Obfuscation:
    shortens the name of classes and members, which results in reduced DEX file sizes. To learn more, go to the section about how to obfuscate your code.
    Optimization:
    inspects and rewrites your code to further reduce the size of your app’s DEX files. For example, if R8 detects that the else {} branch for a given if/else statement is never taken, R8 removes the code for the else {} branch. To learn more, go to the section about code optimization.
    Best Laptop For Android Studio And Programming -
    Asus VivoBook15 Best Performer SSD(under 45k) - amzn.to/37etNhY
    Asus VivoBook15 Best Budget(under 35k) - amzn.to/2ZdySTl
    Firebase Full Series Playlist -
    • Firebase Android In Hi...
    Contact me for any business related queries -
    Join Me On Skype - join.skype.com/invite/aiUzyf0...
    Join Me On Instagram - / ankug6283
    Join me On Telegram - t.me/joinchat/mY32umO0Es85NGNl
    Thanku! - For any Paid work (Don't Ask me for free help) - Instagram - / ankug6283 Abhishek G

Комментарии • 40

  • @itsreks
    @itsreks 3 года назад +5

    Yes, we want more videos on this☺️

  • @codingmonkey795
    @codingmonkey795 3 года назад +2

    huge love form Nepal ❤❤❤❤❤

  • @jiteshsingh98
    @jiteshsingh98 3 года назад +1

    Amazing 🔥

  • @kalyaniausekar3164
    @kalyaniausekar3164 2 года назад +1

    Thanks bhai...very nice and useful info...

  • @juniiikhan405
    @juniiikhan405 2 года назад +1

    great video

  • @codetheandroid
    @codetheandroid 3 года назад +2

    bro latest android studio me drawable importer support ni krta uska kuch method btao yrr plz

  • @user-en3ot2dx1f
    @user-en3ot2dx1f 3 года назад +2

    Great Content

  • @Mt-xj3gr
    @Mt-xj3gr 2 года назад +2

    Signed apk after proguard ..... Ko test kse krun?

  • @durgeshsrivastava9096
    @durgeshsrivastava9096 2 года назад

    yes sir, we want more detailed video on this topic.. please sir

  • @sayan4311
    @sayan4311 3 года назад +2

    💖💖

  • @urdutech007
    @urdutech007 Год назад +1

    Need more video

  • @TheNoobDhruv
    @TheNoobDhruv Год назад +1

    Kiya proguard rule signed apk pe kaam karti hai ??

  • @educationofmaharashtra
    @educationofmaharashtra 3 года назад +1

    how to implement mopub native ads with Facebook beeding in recycler view (MainActivity, Adapter and Model)

  • @aryanbhaskar7872
    @aryanbhaskar7872 Год назад

    proguard obfuscate ka syntax kya h sir jaise shrink Resources true likha apne

  • @tejaschache5933
    @tejaschache5933 2 года назад +1

    Hello.. Spring boot main progard use kaise kare?

  • @mrjokar4449
    @mrjokar4449 2 года назад

    Bhai mujhe or video chahiye plz

  • @tejaschache5933
    @tejaschache5933 2 года назад +1

    Hello sir please mujhe progard spring boot web application ka videos banav na.

  • @Mt-xj3gr
    @Mt-xj3gr 2 года назад +1

    R8 zyda better hai ya proguard

  • @susantabhuyan3372
    @susantabhuyan3372 2 года назад +1

    obfuscation and deobfuscation in dexguard..

  • @starboy_op
    @starboy_op 2 года назад

    Sir isse meri app encrypt ho jayegi bcoz mai chahta hu ki meri app encrypt rahe aur jab vo runtime me ram me load hoye to tab decrypt hoye.

  • @mrjokar4449
    @mrjokar4449 2 года назад

    Bhai pahali bhar 2sal se dud rha tha me.. Lekin mila ni.

  • @addysam5692
    @addysam5692 2 года назад +1

    Bhai iski aur videos Banao

  • @mobiletesting3806
    @mobiletesting3806 2 года назад

    Sabhi dependency ke liye proguard rules add karna Hai kya

    • @AbhishekGG
      @AbhishekGG  2 года назад

      agr app thik work kr rhi h to jrurt nhi h pr kuch dependency ke liye rules jruri hote h

  • @bloggingmethod
    @bloggingmethod 3 года назад +1

    Sab library ka to Proguarrd rules nahi hota Jaise Circular Imageview

    • @AbhishekGG
      @AbhishekGG  3 года назад

      kuch libraries bina progaurd ke chl pdti h

  • @priyanshsrivastava554
    @priyanshsrivastava554 3 года назад +1

    Bhai pata nhi Kyu main Hello world app bhi build karta hu to wo 5mb ho jata hai
    Android studio uninstall kar ke bhi kar liye nhi solve ho rha hai
    Plz bro help me

    • @AbhishekGG
      @AbhishekGG  3 года назад

      aapko video me solution to bta diya

  • @radheshyamsingh4297
    @radheshyamsingh4297 3 года назад

    bhiya app ka size to small ho gya h
    pr firebase se data le raha hu to crash ho jaraha hai

    • @AbhishekGG
      @AbhishekGG  3 года назад

      brother mene video me kya smjhaya h ki hr library ke alg rule hote h aap video pura kyu nhi dekhte 😔😔

  • @imalonef4554
    @imalonef4554 3 года назад +1

    Sir Google Play Store par bundle upload kya he.
    App download karne par crash ho raha he to mene android studio se Build apk karke friends ke phone me try kiya to chal raha he
    Lekin play store se download karne par crash horaha he sir.
    Please help me...
    RUclips par or Google Par isska solution nahi mil raha
    Please help sir....
    Please. 🙏🙏😢
    🙏🙏🙏🙏🙏🙏🙏🙏🙏

    • @AbhishekGG
      @AbhishekGG  3 года назад

      aapne minify progaurd rules use kiye h?

    • @imalonef4554
      @imalonef4554 3 года назад

      @@AbhishekGG No, I dont no even about that....

    • @AbhishekGG
      @AbhishekGG  3 года назад

      take sha1key from play console and put it on firebase project

    • @imalonef4554
      @imalonef4554 3 года назад

      @@AbhishekGG Ok,
      bro i messaged you on telegram please check