Skip to content
Snippets Groups Projects
Commit f0dcca0e authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#15052: better clean before building the application using ant

parent c0865ef5
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ build_sflphone_android() {
ndk-build -j4
echo "Build Java application"
ant clean
ant debug
echo "Upload sflphone on the virtual device"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment