Skip to content

cgogolin/library

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
res
 
 
 
 
 
 
 
 
 
 

Library: BibTeX on Android

Get it on F-Droid Get it on Google Play
  • License:

Library is free software published under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007.

  • Build (for dummies):

Install and set up the Android SDK. For more information on how to do this please refere to

http://developer.android.com/training/index.html

Then go the base directory of your local working copy and run:

$ android update project --path . --target 1

You can then perform a debug build by running

$ ant debug

You can now copy the resulting *.apk files from the bin directory to your Android device and install them.