I just updated Android Studio to the version 2.3 (canary version) and to the last build tools 'com.android.tools.build:gradle:2.3.0-alpha1'
and when I open a layout and write tools:
and press ctrl + space
to autocomplete it I found new tools namespaces :
tools:mockup
tools:mockup_crop
tools:mockup_opacity
I never see them before and search in google but I have found nothing. What are the use of them?
I using classpath 'com.android.tools.build:gradle:2.3.0-alpha1'
– Bawl