Skip to content

Add CONTRIBUTING.md #6

@sohang3112

Description

@sohang3112

Document these instructions for how to build this code in CONTRIBUTING.md so that any contributors can easily get started:

J android is not built with eclipse or any ide, instead it uses the command line tool ant. To build it, type

$ ant release

and then sign the apk, I use jarsigner to do it

ant had been decommissioned by google android toolchain for quite a long time already. It needs some hacking in order to build with ant now.

J android is intended to be able to run on old devices, so that deprecated api are still used. All warnings are ignored.

Project files for android studio or eclipse, etc are welcome. Sorry I use command line tools and being ignorant of IDE.

Originally posted by @bilam in #3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions