我使用了以下代码:
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0-rc01'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation files('libs/jsoup-1.11.3.jar')
}
但是预览无法正常工作。
我正在谈论Android Studio。当我使用手机时,它可以正常工作。
答案 0 :(得分:0)
答案 1 :(得分:0)
答案 2 :(得分:0)
只需使用
com.android.support:appcompat-v7:28.0.0-alpha1