Android ics-Openvpn

1.5k Views Asked by At

I'm building the open source project https://code.google.com/p/ics-openvpn/

The readme file says: "Disable Google breakcode (WITH_BREAKPAD=0 in jni/Android.mk)"

how can I perform this action?

1

There are 1 best solutions below

1
On

GO jni folder Open Android.mk and search WITH_BREAKPAD .. when you find it .. it would be like WITH_BREAKPAD=1 make it WITH_BREAKPAD=1 hence resolved