問題タブ [tooling]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Jetpack Compose PreviewActivity は、アクティビティのサブクラスまたはエイリアスではありません
私が探求JetPack Compose
していると、その素晴らしい機能にTooling
出くわしました。PreView
Split and Design ウィンドウではプレビューが表示されますが、エミュレーターでデプロイしようとすると、このエラーが発生しました。
androidx.compose.ui.tooling.preview.PreviewActivity はアクティビティ サブクラスまたはエイリアスではありません
私は使っている
GradientTintedIconButtonPreview()のプレビューをデプロイしようとしていました
これら 2 つのコンポーザブルは同一です。プレビューはSquareComposablePreview
問題なく実行されComposablePreview
ますが、エラーが発生しています。
ツールに問題がありますか?