Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Building Paho Android

Hi All,

I am trying build Paho Android by following the instructions on the page: https://eclipse.org/paho/clients/android/

I executed the following command:

gradlew.bat clean assemble exportJar  

During the build, I am getting the following error:
Can you tell me how I can over come this error?


FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\normal\Documents\PahoMQTT\paho.mqtt.android\build.gradle' line: 40

* What went wrong:
A problem occurred evaluating root project 'paho.mqtt.android'.
> C:\Users\normal\Documents\PahoMQTT\paho.mqtt.android\local.properties (The system cannot find the file specified)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 59.2 secs

Regards,
Karthik 


--

Regards,
Karthik


Back to the top