Code Monkey home page Code Monkey logo

lein-new-droid's Introduction

Lein-droid “lein new” template

This small wrapper allows to create new lein-droid projects without having lein-droid in the :plugins list in profiles.clj. It downloads the latest version of lein-droid and passes the arguments to lein droid new. Once the project is created, it will already have lein-droid in :plugins, so you won’t have to add that line manually neither in project.clj, nor in profiles.clj.

Usage example:

lein new droid my-app com.company.myapp :app-name MyApplication :target-sdk 18

It is equivalent to calling lein droid new with the same arguments.

You can also do lein new droid :init as a substitute for lein droid init.

License

Copyright © 2015 Alexander Yakushev. Distributed under Eclipse Public License, same as lein-droid, see COPYING.

lein-new-droid's People

Contributors

alexander-yakushev avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

davidalphafox

lein-new-droid's Issues

`Unable to resolve var: clojure.instant/thread-local-utc-date-format in this context`

When I create a project with:
lein new droid superapp my.company.superapp :activity MyActivity :target-sdk 19 :app-name SuperApp
and then cd superapp and lein droid compile.
I get a stacktrace that claims it's caused by
Caused by: java.lang.RuntimeException: Unable to resolve var: clojure.instant/thread-local-utc-date-format in this context
This API documentation doesn't list the function
I've spent a lot of time on this problem and would appreciate any advice; thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.