# Importing, Exporting, & Submitting Your Projects to CMS

## Importing .zip Files into Android Studios

To import a .zip file into Android Studios

* Select File (in the top left)
* New
* Import Project
* Navigate to the folder of the .zip file and select it

Alternatively,  if that doesn't work then we can try the following:

* Unzip the project into an EMPTY directory (using WinRAR or any built in unzipper)
* Open Android Studios
* Select File
* New
* Import Project
* Navigate to the root of said Directory
* Select the Android PROJECT not the zip file (see below)

<div align="left"><img src="/files/-MUg8RewIBPwydCo6hXH" alt=""></div>

## Exporting Your Project as a .zip File

To export your project:

* Select File (top left of Android Studio)
* Find Export tab
* Export to Zip File
* Select the Directory you want the zip file to go in
* Name you file
* Select OK

## Submitting Your Project on CMS

Please name the .zip file with the format: **netid1\_HW#**. For example, if your netID is abc123 and you're working on HW2, you should name your project "abc123\_HW2".

## Challenge Problems <a href="#challenge-problems" id="challenge-problems"></a>

If you do any of the additional challenge problems, **please attach a plaintext file named "README" and list the challenge numbers that you implemented.**

For example, an assignment might have 4 challenge problems and if you implemented challenge problem #1 and #3, your README.txt will have "1, 3" on it. If you want to go into detail on what you implemented, this would be a good place to do so!

If you do not implement any of the challenge problems, you do not have to attach a README.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://android-course.cornellappdev.com/resources/submitting-your-projects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
