Skip to content

Question about Euphony build #146

Answered by designe
kldaji asked this question in Q&A
Jul 14, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi! @kldaji this is the known issue!

Actually, this issue occurs after clean build.
After clean build, there are no abi log file. so, it will be occured.

Could you change for loop code(60 lines) in your build.gradle?

for (abi in abiArr) {
 def filePath = "euphony/.cxx/cmake/debug/$abi/$logfile"
 def file = new File(filePath)
 if (file.exists()) {
  def lines = file.readLines()
  if (lines.get(lines.size() - 1).contains(lastWordIfThereAreNoDevice))
   continue
  noDevice = false
  resultStr += "> $abi/$logfile\n"
  resultStr += lines.join("\n")
  }
}

It hasn't been reflected in the master branch yet.
please follow this link designe@4bec7c3

Let me know your build status after modify code li…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kldaji
Comment options

Answer selected by kldaji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants