How to start an android project with downloaded sample code

前端 未结 7 2023
一生所求
一生所求 2020-12-28 18:36

I\'m pretty new to android, and just finished setup my environment and reading some tutorials. Then I got sdk samples from the web. Okay, what I wanna ask you is that is the

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-28 19:24

    http://developer.android.com/samples/index.html

    It states here:

    "Using Android Studio

    Unpack the downloaded project package. In Android Studio, chose File > Import Project and select the root folder of the unpacked project. Android Studio may ask you to choose the type of project you are importing. If this is the case, make sure to choose Import project from external model and select the Gradle option."

    I hope this helps you.

提交回复
热议问题