小编Qin*_*ang的帖子

检测到缺少 Android 平台:'android-27'

当我使用 27 平台时出现此错误

我将我的 android studio 更新到 3.1.3,但我现在无法使用平台 27,当我单击“安装平台并同步项目”时,它会弹出一个下载窗口然后消失。但是错误仍然存​​在。SDK平台如下: SDK平台

扩展SDK:在这里扩展 SDK

android-studio-3.1.3

7
推荐指数
1
解决办法
5757
查看次数

app:cornerRadius 不适用于 MaterialButton

<com.google.android.material.button.MaterialButton
            android:id="@+id/button_tour"
            app:cornerRadius="20dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginHorizontal="30dp"
            android:layout_gravity="center_horizontal"
            android:text="Take a tour"/>
Run Code Online (Sandbox Code Playgroud)

我在我的android项目中添加了一个材质按钮,当我尝试使用 设置圆角时app:cornerRadius,我发现它根本不起作用。

android android-button material-design material-components material-components-android

6
推荐指数
1
解决办法
5319
查看次数