secretlosa.blogg.se

Android studio debug change value
Android studio debug change value










android studio debug change value

Install New Version Android SDK Source Code.

android studio debug change value

After download and install it, you will find you can debug and step into android SDK source code successfully.

  • After the SDK version value is changed, the android studio will prompt you to install the new version-related build tools.
  • If the Android SDK source code version does not equal to compileSdkVersion and targetSdkVersion value in adle file, then change the compileSdkVersion and targetSdkVersion value in adle file.
  • Open the above Android SDK location sources folder in file explorer, you can see a list of current android SDK source code folders such as android-25.
  • Then click the SDK Location item on the left side, then you can get the Android SDK location folder path on the right side.
  • Click File -> Other Settings -> Default Project Structure in android studio to open the Project Structure dialog window.
  • Get The Current Installed Android SDK Version Folder.

    android studio debug change value

    In the right panel, you can see the compileSdkVersion and targetSdkVersion values. In the android studio left android Project panel, click Project Name -> app -> adle file.First, you need to make sure that your compileSdkVersion and targetSdkVersion which is saved in the adle file matches your SDK source code version.Get Project Target SDK Version In adle File.












    Android studio debug change value