Search code examples
androidandroid-studioandroid-gradle-pluginandroid-manifest

How to see the AndroidManifest.xml of my imported packages?


Let's say I have the following import inside my application build.gradle file:

implementation "com.facebook.android:facebook-android-sdk:4.28.0"

I want to see the AndroidManifest.xml of this package. How do I go about doing this?


Solution

  • You can check it in your AS,For example,I want to check com.android.support:design-27.0.2's AndroidManifest.xml file

    step 1 step 1

    step 2 step 2

    step 3

    step 3

    Reedit for step 1

    enter image description here