Closed smithaaron closed 10 years ago
The first issue (pkg-config) was fixed yesterday, the package was added to the installed dependencies. The second issue is WebRTC issue. I haven't had enough time to investigate it deeper, but a change they did to handle ARM processor (either r7371 or r7402) broke Android builds. I'll update here once it is resolved. In the meantime, I know that r7325 works fine.
I don't believe the first issue is related to pkg-config. I already have the latest build script from yesterday. Before I updated to this the error was about not being able to find pkg-config, not the other libs.
Thank you for pointer on a working revision number. I shall try this.
This has been resolved
The dependency issue is still there. But can confirm that after running install-build-deps-android.sh I can now successfully build :) Thanks!
I had the exact same dependency issue with the latest script. I used vagrant on Windows. I will see if install-build-deps-android.sh resolves this problem
After I ran ./install-build-despt-android.sh, I was able to finish the building process completely!
Firstly, not all of the dependencies seem to be automatically installed. After running get_webrtc I got the following
To resolve I ran /webrtc/src/build/install-build-deps-android.sh After doing this I was able to run get_webrtc without any errors. I then tried build_apprtc. The following is the output
Am I doing something wrong or is this something that needs to be fixed?