This repository has a barebones libGDX project created with the setup-tool. Only Desktop and Android projects are created, no add-ons are selected. It aims to provide the minimal delta needed to use lambdas for the android build of a libGDX application.
- You have Java 8 sdk and Java 6 sdk installed
- You have a JAVA_HOME enivronmental variable set in your Windows that points to the Java 8 sdk
- You have a JAVA6_HOME enivronmental variable set in your Windows that points to the Java 6 sdk
- It actually only ports lambda expressions, other Java 8 features like the Streaming API will not work
- It also does not port any new interfaces, e.g. if you need a Consumer<T> you need to create this interface yourself
Look at this changeset