Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation procedure #9

Closed
zdenop opened this issue Jun 22, 2013 · 1 comment
Closed

Fix installation procedure #9

zdenop opened this issue Jun 22, 2013 · 1 comment
Assignees
Labels

Comments

@zdenop
Copy link

zdenop commented Jun 22, 2013

Can you please fix "building-from-command-line" to current git code? I found out that procedure described is not complete[1]:

  1. After 'git clone' I need to run:
    cd textfairy
    git submodule init
    git submodule update
  2. After "get a coffee" there should be "cd .."
  3. There is no directory 'NineOldAndroids'. So the command the relevant code should not mentioned there + it have to be removed from project.properties[2].
  4. Maybe it would be good to mention that user should use target installed on computer instead of "17", otherwise they will get error: "Error: Target id '17' is not valid. Use 'android list targets' to get the target ids." when they run "android update lib-project -t 17 -p ActionBarSherlock/actionbarsherlock"
  5. I need to run "android update project -t android-14 --path ." instead of "android update project --path ."
  6. There is no ant-debug (on opensuse 12.3. 64 bit ;-). I need to run:
    ant
    ant release

Unfortunatelly "ant release" finished with error:
[aapt] Generating resource IDs...
[aapt] aapt: warning: string 'option_extra' has no default translation in /opt2/svn/textfairy/ActionBarSherlock/actionbarsherlock/res; /opt2/svn/textfairy/textfairy/res/layout-v11/document_pager_fragment.xml:7: error: No resource identifier found for attribute 'sfound: de
[aapt] aapt: warning: string 'problem' has no default translation in /opt2/svn/textfairy/ActionBarSherlock/actionbarsherlock/res; found: de
[aapt] wipe_rotation' in package 'com.renard.ocr'
[aapt] /opt2/svn/textfairy/textfairy/res/layout-v11/document_pager_fragment.xml:7: error: No resource identifier found for attribute 'overscroll_rotation' in package 'com.renard.ocr'
[aapt] /opt2/svn/textfairy/textfairy/res/layout-v11/document_pager_fragment.xml:7: error: No resource identifier found for attribute 'overscroll_translation' in package 'com.renard.ocr'
[aapt] /opt2/svn/textfairy/textfairy/res/layout-v11/document_pager_fragment.xml:7: error: No resource identifier found for attribute 'animate_alpha' in package 'com.renard.ocr'

BUILD FAILED
/opt2/android-sdk-linux/tools/ant/build.xml:650: The following error occurred while executing this line:
/opt2/android-sdk-linux/tools/ant/build.xml:691: null returned: 1

[1] https://github.com/renard314/textfairy#building-from-command-line
[2] https://github.com/renard314/textfairy/blob/master/textfairy/project.properties

@ghost ghost assigned renard314 Jun 26, 2013
@renard314
Copy link
Owner

the build should work with maven now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants