droidchef / android-lockpattern

Automatically exported from code.google.com/p/android-lockpattern
Apache License 2.0
0 stars 0 forks source link

Cannot add library to project #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I right click on my project(android-lockpattern)
2.I select properties
3.Under the Android tab I click on the "Add" button

What is the expected output? What do you see instead?
I expect to be able to browse to the location of the library, but the space 
where i need to browse for the location is grayed out

What version of the product are you using? On what operating system?
i am using the latest version i suppose (android-lockpattern-8039c0962216).The 
operating system is Windows 7 professional.

Please provide any additional information below.

Good day,

I am new to java developing. I Downloaded the zip file under the "Source"tab, 
and on Eclipse Luna I imported an existing project. Then I started following 
the quick use and got stuck where I need to import the Library.

Any Help is greatly appreciated.

Thank you

Original issue reported on code.google.com by evxzi...@gmail.com on 23 Feb 2015 at 8:34

GoogleCodeExporter commented 9 years ago
Hello evxzi...@gmail.com,

I have some notes with the source here:

1. In the Git tree, you can see that some commits are labeled with upper case, 
and wrapped inside of "***", they are stable releases. For example latest 
stable release is this one: *** RELEASE v3.2 (#45) *** -- 
https://code.google.com/p/android-lockpattern/source/detail?r=a17678c08405302dcc
ce47e9f5227b10b998a679

Please use latest stable release, as all wiki pages and Javadocs are built for 
it.

2. Some files in source folder are symbolic links. For example this file is a 
symbolic link:

    code/res/values/strings.xml

of this file:

    code/res/values-en/strings.xml

Please replace the symbolic links with the original ones if your system doesn't 
support symbolic links (such as Windows). I don't remember what exactly they 
are, but if Eclipse can't compile the project, it will give you their file 
names.

3. Instead of using the code here, you can export the source via demo app on 
Google Play. (I'm sorry for the inconvenience.)

=========

If you have latest release, please try again QuickUse, it is made for the 
source. For example you can extract the source to:

    /data/projects/test/android-lockpattern

Then you can import the project to Eclipse at this folder:

    /data/projects/test/android-lockpattern/code

From here, QuickUse will help, I hope.

Have a nice day  :-)

Hai

Original comment by haibison...@gmail.com on 24 Feb 2015 at 11:04

GoogleCodeExporter commented 9 years ago
Thank you very much for the time and effort.. I exported the demo source from 
the play store and it works fine.

Original comment by evxzi...@gmail.com on 25 Feb 2015 at 8:40

GoogleCodeExporter commented 9 years ago
You're welcome. I'm glad that you made it work  :-)  Feel free to file more 
issues if you need help.

Have a nice day,
Hai

Original comment by haibison...@gmail.com on 25 Feb 2015 at 10:29