I am trying to add more TextViews
but they are not appearing on screen and it tells me "This view is not constrained. It only has design time positions, so it will jump to (0,0) at runtime unless you add the constraints".
Photo:
I am trying to add more TextViews
but they are not appearing on screen and it tells me "This view is not constrained. It only has design time positions, so it will jump to (0,0) at runtime unless you add the constraints".
Photo:
Android Studio 3.1.3, launching the "Start a new Android Studio Project" wizard and accepting the defaults results in the image the OP show. There is a "Hello World" TextView in a Constraint Layout but it is not seen in the activity_main.xml design view. The "Hello World" TextView does appear in my emulator...so it's there (in emulator)...it's just not here (in the IDE).
I have been using the solution provided in this answer: https://stackoverflow.com/a/47611939/1437920. Which basically adds the word "Base" to the appTheme URL.
Slightly annoying to have this odd bug be the greeting for those beginning their Android programming journey. As yet I'm not sure why that URL/classpath is missing the "Base" directory but I'm not interested enough at this time to go beyond the solution cited.
You'll have to define the Layouts first and keep your Views(TextView , Imageviews etc ) inside that .Posting your xml code would be helpful to debug .