Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux mint build, looks for adb.exe #34

Open
hbetx9 opened this issue Jan 15, 2017 · 3 comments
Open

linux mint build, looks for adb.exe #34

hbetx9 opened this issue Jan 15, 2017 · 3 comments

Comments

@hbetx9
Copy link

hbetx9 commented Jan 15, 2017

Not sure why, but the massive error list has it looking for this exe and did not seem to be OS aware. How can I rebuild so as to ensure it runs?

@xSAVIKx xSAVIKx self-assigned this Jan 15, 2017
@xSAVIKx
Copy link
Owner

xSAVIKx commented Jan 15, 2017

@hbetx9 Hi.
Do you use app.properties with executable jar file?

The easiest way to point what adb to use is to create app.properies file near executable jar with such content:

adb.path=/path/to/adb

You can use this example app.properties.

Also, if you don't use such file it should try to find adb executable automatically (if it is in PATH).

Probably it'll be good idea to place properties file for each OS bundle with proper adb configuration.

@IzzySoft
Copy link

@hbetx9 Are you sure you downloaded the right archive? I'm on Mint 18.1 here. Downloaded the latest androidscreencast-0.0.8s-linux.tar.gz, unpacked, and started the .jar as described (java -jar *.jar). Takes a few secs to start up, but didn't complain but worked out-of-the-box. Admitted, I didn't build it myself.

@xSAVIKx
Copy link
Owner

xSAVIKx commented Jan 25, 2017

@hbetx9 you can try to build it on your own using maven wrapper that is available now, just run from the cloned repo folder:

mvnw clean install

It'll compile all sources and prepare OS bundles. You can find all bundles under target directory.
Also, for current snapshot version I've added proper app.properties to each bundle, so you shouldn't have any problems with ADB location anymore.

BR,
Iurii.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants