QNA > L > La Vista Del Design Non Viene Visualizzata Nel Mio Android Studio? Cosa Dovrei Fare?

La vista del design non viene visualizzata nel mio Android Studio? Cosa dovrei fare?

Ho due soluzioni a questo problema. Ho l'ultimo Android Studio e sto affrontando lo stesso problema.

Le soluzioni sono date qui sotto.

  1. Modificare il tuo file di stile:

Vai su app>res>values e trova style.xml e modificalo come ho fatto qui sotto.

Nell'attributo Style tage "parent" scrivi "Base." prima di Theme.appCom.... see below line:

or see the screenshot below:

main-qimg-a64a0d507681772dd1505326e5da6523

2. Editing Your Build Gradle (Module: app):

Go to Gradle Scripts>Build Gradle (Module: app) and find dependencies block code.

Find line like this

  1. implementation 'com.android.support:appcompat-v7:28.0.0-rc02' 

After 2nd “-” write “alpha1” instead of rc02 or you may have something else instead of rc02.

So after editing the above line will be look like this

  1. implementation 'com.android.support:appcompat-v7:28.0.0-alpha1' 
main-qimg-2fe20d1815f38ba82bee63cf11562ad8

After this just click on Sync Now appeared on the right top side of the editor.

Wait for it ….

Note: 2nd method needs internet for the first time.

Di O'Hara

Come condividere un post di Facebook su Instagram :: Posso installare due applicazioni antivirus correlate nel mio telefono Android?
Link utili