teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

日本語和訳を追加しました

2021/08/21 12:32

投稿

Eliza
Eliza

スコア0

title CHANGED
@@ -1,1 +1,1 @@
1
- How to fix the error in Landroidx/appcompat/app/AppCompatActivity and make biometrics work
1
+ 【Failed resolution of: Landroidx/appcompat/app/AppCompatActivity】の解決方法について
body CHANGED
@@ -1,15 +1,22 @@
1
- ### Assumptions and what you want to achieve
1
+ ### 前提・実現したいこと
2
2
 
3
3
  I want to create a biometric plugin in AndroidStudio and connect it with Unity to check it on the actual device.
4
+ AndroidStudioで生体認証プラグインを作成し、Unityと接続して実機で確認したいと考えています。
4
5
 
6
+ I want to solve the error and make biometric authentication work on the actual device.
5
- ### Error Log
7
+ このエラーを解決して、実機で生体認証を動作させたい。
6
8
 
9
+ I've added the missing libraries and other research as far as I can tell, but I can't figure it out, so please help me out!
10
+ 足りていないライブラリ等自分がわかる範囲で調査追加しましたが、調べてもわからないのでお力をお貸しください
11
+
12
+ ### 発生している問題・エラーメッセージ
13
+
7
14
  ```
8
15
  java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/appcompat/app/AppCompatActivity
9
16
  java.lang.ClassNotFoundException: androidx.appcompat.app.AppCompatActivity
10
17
  ```
11
18
 
12
- ### The relevant source code
19
+ ### 該当のソースコード
13
20
  ``` gradle
14
21
  plugins {
15
22
  id 'com.android.library'
@@ -122,12 +129,8 @@
122
129
  }
123
130
  }
124
131
  ```
125
- ### What I tried.
126
132
 
127
- I want to solve the error and make biometric authentication work on the actual device.
133
+ ### 補足情報(FW/ツールのバージョンなど)
128
134
 
129
-
130
- ### Supplemental information (FW/tool versions, etc.)
131
-
132
135
  Unity2019.2.21f1
133
136
  Android Studio Arctic Fox | 2020.3.1

1

Change the title

2021/08/21 12:32

投稿

Eliza
Eliza

スコア0

title CHANGED
@@ -1,1 +1,1 @@
1
- How to fix the error. Landroidx/appcompat/app/AppCompatActivity
1
+ How to fix the error in Landroidx/appcompat/app/AppCompatActivity and make biometrics work
body CHANGED
File without changes