4
4
The Android sample builds an app that can be installed and run on an Android Device. The app builds and allows you
5
5
to run the following [ samples] ( #links-to-individual-sample-readme-files ) from aws-iot-device-sdk-java-v2:
6
6
* [ Mqtt5PubSub] ( ../Mqtt5/PubSub/README.md )
7
- * [ Mqtt3PubSub] ( ../BasicPubSub/README.md )
8
7
* [ KeyChainPubSub] ( ./AndroidKeyChainPubSub/README.md )
9
- * [ Jobs] ( ../Jobs/README.md )
10
- * [ Shadow] ( ../Shadow/README.md )
11
- * [ CognitoConnect] ( ../CognitoConnect/README.md )
12
8
13
9
* __ Jump To:__ *
14
10
@@ -30,7 +26,7 @@ files linked below.
30
26
### Files required by all samples:
31
27
* ` endpoint.txt ` - IoT ATS Endpoint
32
28
33
- ### Required to run Mqtt5PubSub and Mqtt3PubSub samples
29
+ ### Required to run Mqtt5PubSub sample
34
30
* ` certificate.pem ` - IoT Thing Certificate
35
31
* ` privatekey.pem ` - IoT Thing Private Key
36
32
@@ -43,15 +39,6 @@ files linked below.
43
39
* ` message.txt ` - specifies --message CLI argument
44
40
* ` count.txt ` - specifies --count CLI argument
45
41
46
- ### Required to run Jobs and Shadow sample
47
- * ` certificate.pem ` - IoT Thing Certificate
48
- * ` privatekey.pem ` - IoT Thing Private Key
49
- * ` thingName.txt ` - IoT Thing Name used by sample
50
-
51
- ### Required to run Cognito Client sample:
52
- * ` cognitoIdentity.txt ` - Cognito identity ID
53
- * ` signingRegion.txt ` - Signing region
54
-
55
42
### Optional files for all Samples:
56
43
* ` rootca.pem ` - override the default system trust store
57
44
* ` clientId.txt ` - specifies --clientId CLI argument
@@ -76,18 +63,8 @@ Android sample app.
76
63
77
64
[ ** Mqtt5PubSub** ] ( ../Mqtt5/PubSub/README.md )
78
65
79
- [ ** Mqtt3PubSub** ] ( ../BasicPubSub/README.md )
80
-
81
66
[ ** KeyChainPubSub** ] ( AndroidKeyChainPubSub/README.md )
82
67
83
- [ ** Jobs** ] ( ../Jobs/README.md )
84
-
85
- [ ** Shadow** ] ( ../Shadow/README.md )
86
-
87
- [ ** CognitoConnect** ] ( ../CognitoConnect/README.md )
88
-
89
- ##### NOTE: The shadow sample does not currently complete on android due to its dependence on stdin keyboard input.
90
-
91
68
92
69
# Trouble Shooting
93
70
### Error: The file name must end with .xml
0 commit comments