Discussion:
[Linphone-developers] android not make
A.Žukovič
2018-10-31 12:38:33 UTC
Permalink
Hi All,

my problem with Android source code. Today i cloning from git linphone android, after that: git submodule sync && git submodule update --init --recursive && ./prepare.py -DENABLE_GPL_THIRD_PARTIES=NO && make

and
Task :liblinphone-sdk:compileDebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Task :compileDebugJavaWithJavac FAILED
/Projects/Android/20181023/linphone/src/android/org/linphone/chat/GroupChatFragment.java:611: error: cannot find symbol
mChatRoomSecurityLevel.setVisibility(View.GONE);
^
symbol: variable mChatRoomSecurityLevel
location: class GroupChatFragment
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 18s
44 actionable tasks: 41 executed, 3 up-to-date
make: *** [generate-apk] Error 1

can you help me?

thx, best regards, alex.

Loading...