user1071138
user1071138

Reputation: 666

Building icsopenvpn

I have some issues in building ics-openvpn project. When I deploy the app on the device and try to import a .ovpn file, I get cannot find minivpn. I think this error is related to an error during the app building.

I've downloaded android NDK and set the path in Eclipse, downloaded cygwin and launched ./build-native.sh, but it returns me the error

./build-native.sh: line 1: ndk-build: command not found

I've tried to modify the path in the .sh with the path of ndk-build, but I get another error:

NON-CYGWIN COMPATIBLE MAKE PROGRAM.....

Anyone knows what steps I have to follow to properly build the project?

Upvotes: 2

Views: 1499

Answers (2)

Furqan
Furqan

Reputation: 465

Run build-native.bat make sure you must have NDK 8b and set the environment variable for the ndk file

Upvotes: 1

plaisthos
plaisthos

Reputation: 6322

You should not try to build it with the cygwin. There is also a build-native.bat in the project which allows the project to be build with windows. Make sure that you have installed the ndk and ndk-build is in your PATH.

Upvotes: 1

Related Questions