Erro ao criar kit para o Nexus 4 ao criar o Click target

0

Estou tentando autocriar um kit para o meu Nexus 4. Ele está causando erros com uma dependência ausente. Como eu procuro?

 build-essential is already the newest version. 
 apt-utils is already the newest version. 
 apt-utils set to manually installed. 

 Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the
 situation: 

 The following packages have unmet dependencies: 
 ubuntu-sdk-libs:armhf : 
     Depends: liboxideqt-qmlplugin:armhf but it is not going to be installed

 E : Unable to correct problems, you have held broken packages.

 Command returned 100: schroot -u root -c
 source:click-ubuntu-sdk-15.04-armhf -- /finish.sh 
 Traceback (most recent call last): 

 File "/usr/bin/click", line 86, in sys.exit(main())
 File "/usr/bin/click", line 82, in main return mod.run(args) 
 File "/usr/lib/python3/dist-packages/click/commands/chroot.py", line 266, in run return args.func(parser, args)
 File "/usr/lib/python3/dist-packages/click/commands/chroot.py", line 68, in create return chroot.create(args.keep_broken_chroot) 
 File "/usr/lib/python3/dist-packages/click/chroot.py", line 592, in create self.full_name, ret_code)) click.chroot.ClickChrootException:
     Failed to create chroot 'click-ubuntu-sdk-15.04-armhf' (exit status 100) 
 There was an error creating the click target, cleaning up  

 click target was removed successfully 
 ---Click exited with errors, please check the output---
    
por SNIP3S076 03.02.2016 / 23:59

3 respostas

1

Seguindo esta pergunta anteriormente respondida , usei os comandos na parte inferior que parecem criar os alvos de clique fora do Ubuntu SDK.

$ sudo add-apt-repository ppa:ubuntu-sdk-team/tools-development -y

$ sudo apt-get update

$ sudo apt-get install ubuntu-sdk-ide ubuntu-sdk-api-tools

$ sudo apt-get install ubuntu-sdk-api-15.04-armhf ubuntu-sdk-api-15.04-i386

O alvo armhf Click está agora aparecendo nas opções do Ubuntu SDK.

    
por SNIP3S076 04.02.2016 / 00:57
0

No Ubuntu 16.04 eu tive que adicionar um ppa diferente

    sudo add-apt-repository ppa:ubuntu-sdk-team/ppa -y
    
por Funmungus 20.05.2016 / 19:45
-1

Está lhe dizendo que, junto com ubuntu-sdk-libs:armhf , você deve instalar liboxideqt-qmlplugin:armhf .

    
por waltinator 04.02.2016 / 00:16