Skip to main content
grammatical and formatting fixes
Source Link
user3151675
  • 58.3k
  • 29
  • 186
  • 240

Use this one - implementation 'com.android.support:appcompat-v7:26.0.0-beta1' implementation 'com.android.support:design:26.0.0-beta1'

implementation 'com.android.support:appcompat-v7:26.0.0-beta1' implementation 'com.android.support:design:26.0.0-beta1' 

instead of -implementation 'com.android.support:appcompat-v7:26.0.0-beta2' implementation 'com.android.support:design:26.0.0-beta2' In

implementation 'com.android.support:appcompat-v7:26.0.0-beta2' implementation 'com.android.support:design:26.0.0-beta2' 

In my case it will removeremoved the rendering problem.

Use this one - implementation 'com.android.support:appcompat-v7:26.0.0-beta1' implementation 'com.android.support:design:26.0.0-beta1'

instead of -implementation 'com.android.support:appcompat-v7:26.0.0-beta2' implementation 'com.android.support:design:26.0.0-beta2' In my case it will remove rendering problem

Use this one:

implementation 'com.android.support:appcompat-v7:26.0.0-beta1' implementation 'com.android.support:design:26.0.0-beta1' 

instead of

implementation 'com.android.support:appcompat-v7:26.0.0-beta2' implementation 'com.android.support:design:26.0.0-beta2' 

In my case it removed the rendering problem.

Source Link

Use this one - implementation 'com.android.support:appcompat-v7:26.0.0-beta1' implementation 'com.android.support:design:26.0.0-beta1'

instead of -implementation 'com.android.support:appcompat-v7:26.0.0-beta2' implementation 'com.android.support:design:26.0.0-beta2' In my case it will remove rendering problem