Posts by Morpheus • 33 points
5 posts
-
0
votes2
answers348
viewsA: Databinding error in Android Studio 2.1.2: package databinding does not exist
I found out what it was. It was an error in the layout file.
-
1
votes1
answer105
viewsA: Data Binding does not work
Try to do this: dataBinding { enabled = true } Put = after enabled
-
-1
votes2
answers348
viewsQ: Databinding error in Android Studio 2.1.2: package databinding does not exist
I am trying to learn databinding and there is a strange error when I try to build: Error:(8, 54) error: package br.com.aulas.vitor.cadastrodecarro.databinding does not exist My Build.Radle looks…
-
0
votes3
answers1785
viewsQ: Android Studio does not exercise Genymotion device
I installed Android Studio Genymotion, created a virtual device on Genymotion, put to run the virtual device but Android Studio at the time of running it does not locate the device. I installed the…
-
2
votes1
answer177
viewsQ: I can’t access static content in spring-mvc
How do I access static content from spring-mvc? For example a css. I have the following spring configuration: import java.util.Properties; import javax.sql.DataSource; import…