Technology Sharing

Solve the problem that cloned projects cannot be signed during Hongmeng development

2024-07-12

한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina


Problem Description

On a sunny morning, it was my fourth day of learning Hongmeng development. After going through the documents, I was ready to learn from other people's projects, so I used git to clone an open source project of a big guy. I encountered a problem when signing:

insert image description here

hvigor ERROR: Failed :entry:default@SignHap…
hvigor ERROR: Failed to find the incremental input file: C:Usershandw.ohosconfig
hvigor ERROR: BUILD FAILED in 8 s 423 ms


problem analysis

It says Failed to find signature not found.
Because the cloned code and configuration are already signed by the author, we don't need the signature configured by the project to let it sign itself.

solution

Please add a description of the image