Bonjour,

Actuellement en stage de fin d'étude, j'ai comme mission de créer un application pour android. Après l'installation de cordova et des modules qui vont avec, nodeJS, JDK, SDK, Android Studio, je souhaite compiler avec Android Studio mon application.
Des erreurs apparaissent, 46 au total ce qui est beaucoup je trouve pour un début, non ?

Pensez vous que c'est erreur proviennent de l'installation ? ou autre ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Gradle build finised with 46 error(s) :
Error: (25, 35) error: cannot find symbol class CordovaActivity
Error: (27, 5) error: method does not override or implement a method from a supertype
Error: (30, 9) error: cannot find symbol variable super
Error: (31, 9) error: cannot find symbol variable super
Error: (33, 17) error: cannot find symbol variable launchUrl
Error: (34, 26) error: cannot find symbol class CallbackContext
Error: (35, 26) error: cannot find symbol class CordovaPlugin
Error: (36, 26) error: cannot find symbol class CordovaWebView
Error: (40, 35) error: cannot find symbol class CordovaPlugin
Error: (102, 59) error: cannot find symbol class CallbackContext
Error: (44, 93) error: package CordovaWebView does not exist
Error: (52, 73) error: cannot find symbol variable webView
Error: (52, 26) error: cannot find symbol variable webView
Error: (54, 26) error: cannot find symbol variable webView
Error: (58, 5) error: method does not override or implement a method from a supertype
Error: (65, 26) error: cannot find symbol variable preferences
Error: (67, 37) error: cannot find symbol variable preferences
Error: (69, 109) error: cannot find symbol variable cordova
Error: (69, 30) error: cannot find symbol variable cordova
Error: (71, 113) error: cannot find symbol variable cordova
Error: (71, 34) error: cannot find symbol variable cordova
Error: (73, 17) error: cannot find symbol variable preferences
Error: (82, 5) error: method does not override or implement a method from a supertype
Error: (91, 5) error: method does not override or implement a method from a supertype
Error: (101, 5) error: method does not override or implement a method from a supertype
Error: (106, 21) error: cannot find symbol variable webView
Error: (104, 13) error: cannot find symbol variable cordova
Error: (112, 21) error: cannot find symbol variable webView
Error: (110, 13) error: cannot find symbol variable cordova
Error: (119, 17) error: cannot find symbol variable cordova
Error: (133, 5) error: method does not override or implement a method from a supertype
Error: (156, 9) error: cannot find symbol variable cordova
Error: (171, 38) error: cannot find symbol variable preferences
Error: (172, 32) error: cannot find symbol variable preferences
Error: (185, 35) error: cannot find symbol variable cordova
Error: (186, 35) error: cannot find symbol variable webView
Error: (196, 41) error: cannot find symbol variable preferences
Error: (204, 22) error: cannot find symbol variable cordova
Error: (182, 9) error: cannot find symbol variable cordova
Error: (232, 13) error: cannot find symbol variable webView
Error: (233, 23) error: cannot find symbol variable preferences
Error: (236, 23) error: cannot find symbol variable preferences
Error: (261, 53) error: cannot find symbol variable webView
Error: (258, 9) error: cannot find symbol variable cordova
Error: (272, 9) error: cannot find symbol variable cordova
Error: Execution failed for task ':compileDebugJava'.
> Compilation failed; see the compiler error output for details.