カテゴリー:
Compose を用いた Android アプリ開発の基礎 / ユニット 1: 初めての Android アプリ
閲覧数:10 配信日:2024-10-22 02:50
> Task :app:compileDebugKotlin
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:18:43 Unresolved reference: HappyBirthdayTheme
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:26:13 Unresolved reference: HappyBirthdayTheme
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:28:17 @Composable invocations can only happen from the context of a @Composable function
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:30:43 @Composable invocations can only happen from the context of a @Composable function
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:56:5 Unresolved reference: HappyBirthdayTheme
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:57:9 @Composable invocations can only happen from the context of a @Composable function
> Task :app:compileDebugKotlin FAILED
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:18:43 Unresolved reference: HappyBirthdayTheme
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:26:13 Unresolved reference: HappyBirthdayTheme
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:28:17 @Composable invocations can only happen from the context of a @Composable function
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:30:43 @Composable invocations can only happen from the context of a @Composable function
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:56:5 Unresolved reference: HappyBirthdayTheme
e: file:///C:/Users/user/AndroidStudioProjects/HappyBirthday/app/src/main/java/com/example/happybirthday/MainActivity.kt:57:9 @Composable invocations can only happen from the context of a @Composable function
> Task :app:compileDebugKotlin FAILED