WinchestStoke
Newbie
I am using Android Studio 3.1.2 and am having a few problems L. I am trying to create a “hello world” with a button - pretty simple eh! (it’s a fresh Android Studio install).
1) When I tried to create a button, the button didn’t appear on the screen. Following a video on YouTube I changed the Gradle Script->build.gradle(Modmule: App)-> implementation 'com.android.support:appcompat-v7:28.0.0-alpha1ule'
This allowed me to at least place the button on the page.
2) When I run the emulator the buttons are not in the place where I placed them (they are in the top left of the screen) and I get a warnings “Missed Constraints in ConstraintLayout…”?
Any ideas please? As this was pretty much “vanilla” (clean install, simple button), so why am I hitting problems with something so simple please?
I would really appreciate help!
Cheers.
1) When I tried to create a button, the button didn’t appear on the screen. Following a video on YouTube I changed the Gradle Script->build.gradle(Modmule: App)-> implementation 'com.android.support:appcompat-v7:28.0.0-alpha1ule'
This allowed me to at least place the button on the page.
2) When I run the emulator the buttons are not in the place where I placed them (they are in the top left of the screen) and I get a warnings “Missed Constraints in ConstraintLayout…”?
Any ideas please? As this was pretty much “vanilla” (clean install, simple button), so why am I hitting problems with something so simple please?
I would really appreciate help!
Cheers.