Posts by moreira26 • 21 points
2 posts
-
-1
votes2
answers302
viewsQ: can’t use android emulator on androidstudio
Good evening guys, I need to run android studio on my machine, but it gives the error: "Intel HAXM is required to run this AVD. VT-x is disabled in BIOS. Enable VT-x in your BIOS security Settings…
-
2
votes2
answers8380
viewsQ: How do I limit the amount of characters in a textarea and input using CSS
Good afternoon. I’m doing an activity in college where I need to limit a text field to 100 characters, but I have to use only CSS for this. I’ve tried these two ways: Example 1: .es1[type="text"]{…