clojure-android / neko

The Clojure/Android Toolkit
Other
297 stars 36 forks source link

One of the recent changes in 4.0 breaks compilation #56

Closed Malabarba closed 9 years ago

Malabarba commented 9 years ago

About a week ago I could run lein droid jar on the 4.0 branch just fine, but today I tried again after pulling and got this:

/home/artur/Git-Projects/neko/src/java/neko/App.java:17: error: cannot find symbol
        DalvikDynamicClassLoader.setContext(this);
                                ^
  symbol:   method setContext(App)
  location: class DalvikDynamicClassLoader
alexander-yakushev commented 9 years ago

Major things have changed in 4.0 branch. Couple of things you have to do:

Malabarba commented 9 years ago

Indeed the first tip fixed neko compilation. Thanks.