alexa / avs-device-sdk

An SDK for commercial device makers to integrate Alexa directly into connected products.
https://developer.amazon.com/alexa/alexa-voice-service
Apache License 2.0
1.26k stars 604 forks source link

Do not see startsample.sh after build #1003

Closed ruradium closed 6 years ago

ruradium commented 6 years ago

IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.

Briefly summarize your issue:

After finishing bash ./setup.sh config.txt I did not see startsample.sh in the directory neither running bash startsample.sh returns "bash: startsample.sh: No such file or directory"

What is the expected behavior?

What behavior are you observing?

Provide the steps to reproduce the issue, if applicable:

Tell us about your environment:

What version of the AVS Device SDK are you using?

  <x.y.z>

Tell us what hardware you're using:

Tell us about your OS (Type & version):

visayamv commented 6 years ago

@ruradium , which guide are you following for the steps? What steps have your performed?

jackykarma commented 5 years ago

I still can't find startsample.sh after build. After run sudo bash setup.sh config.json -a androidConfig.txt -s 998987. make: *** No rule to make target `SampleApp'. Stop.

onceupon commented 5 years ago

i met the same problem ('startsample.sh' not found) following the wiki page on raspberrypi. But it can be fixed by copying the 'config.json' file to the same directory as the 'setup.sh', they have to be in the same directory for the setup, otherwise there is actually "Config json file not found!" after the long build. By putting the 'config.json' to the same directory and run sudo bash setup.sh config.json -s 998987again, the 'startsample.sh' finally appear!