質問編集履歴
1
エラー内容の追加、したいことの追加を変更しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,16 +8,56 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
+
以下、導入時のエラーになります。
|
12
|
+
|
13
|
+
```Error
|
14
|
+
|
11
|
-
|
15
|
+
C:\Users\ユーザー名\AndroidStudioProjects\picture>gradlew com.example.picture installDebug
|
12
16
|
|
13
17
|
|
14
18
|
|
15
|
-
記事より、
|
16
|
-
|
17
|
-
|
19
|
+
FAILURE: Build failed with an exception.
|
18
|
-
|
19
|
-
という操作を行う方法を教えていただきたいです。
|
20
20
|
|
21
21
|
|
22
22
|
|
23
|
+
* What went wrong:
|
24
|
+
|
25
|
+
Task 'com.example.picture' not found in root project 'picture'.
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
* Try:
|
30
|
+
|
31
|
+
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get
|
32
|
+
|
33
|
+
full insights.
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
* Get more help at https://help.gradle.org
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
BUILD FAILED in 2s
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
```
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
src/main/java 以降 MainActivity.kt より前でインストールをするのだと思い、com.exemple.picture を選択しました。
|
50
|
+
|
51
|
+
![![プロジェクト](cba5fc5ef16e59f0f1f857c9a7bb8eaa.jpeg)
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
最終的には簡易的なログイン画面を作ろうと思っております。
|
56
|
+
|
57
|
+
User_name と password を入力し、データベースを参照後、一致すれば次の画面へ という形の予定です。
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
足りない情報などございましたらお申し付けください。
|
62
|
+
|
23
63
|
よろしくお願いします。
|