Gradle - edit local.properties sdk location (or show file in project view)

Issue #38 new
Slawek Mikula created an issue

It is advised to somehow enable user to edit sdk location in local.properties file. It can be done with project properties window or/and a local.properties file can be somehow visible in project view.

Comments (1)

  1. Radim Kubacki

    Sounds like good idea. It is shown in Ant based project. It is not shown in Gradle based project because there is no API in NetBeans Gradle module to tell it to add this file. BTW: there is still chicken & egg problem how to create it when it doesn't exists.

    BTW: there is always Files tab (Ctrl-2) where you can find it easily.

  2. Log in to comment