You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: twitter-client-tutorial/_import_codelearn_project.html.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ In the previous level, we installed Codelearn Eclipse Plugin.
4
4
5
5
Follow the steps below to import an Android project, which will be used by you for the rest of the challenge.
6
6
7
-
1. <%= link_to "Download CodelearnTwitterChallenge Eclipe project", "/android-tutorial/#{@current.lesson_module.import_file}" %> and import it in Eclipse.
7
+
1. <%= link_to "Download CodelearnTwitterChallenge Eclipe project", download_import_project_zip_path(@current.lesson_module.lesson.token, @current.lesson.token) %> and import it in Eclipse.
8
8
9
9
2. From next lesson onwards you will be building your application on this imported project. So to run it from next lesson you can either choose to **[right click on CodelearnTwitterApp] -> Run As -> Android App Codelearn ** or simply hit the **Run button** on the top of Eclipse which will show the popup below. *Remember to choose 'Android App Codelearn' option as against 'Android Application'*. Now you can go to the next lesson.
0 commit comments