Gradle is issuing an error “Could not create plugin of type 'AppPlugin'”

后端 未结 10 728
北荒
北荒 2020-11-29 04:46

I\'m trying to create a simple android project with gradle. I work in a computer with Debian GNU/Linux 7 \'wheezy\'.

I followed the recomendations in Gradle Plugin U

10条回答
  •  一整个雨季
    2020-11-29 05:31

    Google made a mistake with version 0.7.2 of the Gradle plugin:

    Note: 0.7.2 requires Java7. This is a mistake. Use 0.7.3 instead.

    Release 0.7.3 re-enables Java6 support. Declaring Gradle 0.7.3 in my build files does indeed resolve this for me.

    No one is perfect :)

    http://tools.android.com/tech-docs/new-build-system

提交回复
热议问题