schwabe / ics-openvpn

OpenVPN for Android
3.32k stars 1.19k forks source link

missing IServiceStatus #1206

Closed brijagstu7 closed 4 years ago

brijagstu7 commented 4 years ago

Pardon me for a somewhat dummy question: There is import de.blinkt.openvpn.core.IServiceStatus; in LaunchVPN.java, but there is no such file, so the compilation failed;

schwabe commented 4 years ago

The file is an autogenerated file from the AIDL interface.

brijagstu7 commented 4 years ago

The file is an autogenerated file from the AIDL interface.

But the file is NOT generated after the build, as a contrast, module "remoteExample" doesn't report any error after the build. is that what supposed to be?

schwabe commented 4 years ago

I don't understand the question. The build process takes cares of generating the java file from the aidl file.

caferyukseloglu commented 1 month ago

This issue persist on RN 74.4 The files not auto generated

schwabe commented 1 month ago

@caferyukseloglu what is RN 74.4?