Skip to content

Quick start for developers could be updated #37

@benryder1988

Description

@benryder1988

I just did a clean install of Android Studio, and encountered the following three issues that had to be resolved before the app would compile and launch:

  1. Warning messages:
    [XmlResourcesTransformer] No mapping for: android/support/FILE_PROVIDER_PATHS
    Failed to find Build Tools revision 29.0.2

Steps to fix were:

  • Open Settings > Appearance & Behaviour > System Settings > Android SDK > SDK Tools
  • Click on Show Package Details
  • Go to Android SDK Build Tools, select version 29.0.2 and click apply, then finish
  1. Warning message:
    Failed to find Platform SDK with path: platforms;android-28

Steps to fix were:

  • Open Settings > Appearance & Behaviour > System Settings > Android SDK > SDK Platforms
  • Click on Show Package Details
  • Go to Android 9.0 (Pie), select Android SDK Platform 28 and click apply, then finish
  1. Warning message:
    Missing NDK version 21.0.6113669

Steps to fix were:

  • Open Settings > Appearance & Behaviour > System Settings > Android SDK > SDK Tools
  • Click on Show Package Details
  • Go to NDK (Side by side), select 21.0.6113669 and click apply, then finish

These three steps could be combined into the following instructions for the quick start documentation:

  • Open Settings > Appearance & Behaviour > System Settings > Android SDK
  • Click on Show Package Details
  • Go to SDK Tools > Android SDK Build Tools, and select version 29.0.2
  • Go to SDK Tools > NDK (Side by side), and select 21.0.6113669
  • Go to SDK Platforms > Android 9.0 (Pie), and select Android SDK Platform 28
  • Click apply, then finish

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions