Import sample project in eclipse

I know this may be a question for beginners, but I have not done this before. How to import an example project for Android, for example: https://developer.android.com/training/location/retrieve-current.html for eclipses that only have res, src and manifest. I want to know the correct path, and not copy - paste, and also the import project does not work here.

+4
source share
2 answers

It is very simple:

Unzip the code, now you have a folder " LocationUpdates" containing the files Manifest.xml, /srcand /res.

Eclipse : File > import > Android , Existing Android Code Into Workspace > , , Copy projects into workspace > Next > , , New Project Name >

F5

, /res /src, - .

+4

, Android, res, source manifest

+3

Source: https://habr.com/ru/post/1526411/


All Articles