← Back to team overview

ubuntu-phone team mailing list archive

Re: sdk problems

 

On Wed, May 18, 2016 at 8:44 PM, Wayne Ward <info@xxxxxxxxxxxxxxx> wrote:

> Im just trying to write a basic web app to get going on the sdk again
> using the new 15.10 standard chroot on my laptop but when the click
> installs im getting this problem
>
> Sdk-Launcher> Executing:     /tmp/hootsuite.hootsuite_0.1_all.click
> Sdk-Launcher> Force Install: False
> Sdk-Launcher> Skip Uninstall:False
> Sdk-Launcher> Launcher PID: 2793
> Sdk-Launcher> Installing application .....
> Transaction:    Installing files
> Status:         Waiting in queue
> Status:         Starting
> Status:         Finished
> Transaction:    Installing files
> Status:         Waiting in queue
> Status:         Waiting for authentication
> Status:         Waiting in queue
> Status:         Starting
> Status:         Finished
> Results:
> Fatal error: /tmp/hootsuite.hootsuite_0.1_all.click failed to install.
> WARNING:root:Signature check failed, but installing anyway as requested
> Cannot install /tmp/hootsuite.hootsuite_0.1_all.click: Framework
> "ubuntu-sdk-15.04.5" not present on system (use --force-missing-
> framework option to override)
>

It seems like you're deploying an application that requires framework
15.04.5 to a device that does not have that framework (i.e. it's not
running rc-proposed channel). Framework 15.04.5 will be introduced by OTA11
as far as I know, so the only way to have that framework on your device is
to run the rc-proposed channel, that already has the released candidate of
OTA11.

If your phone is running the stable OTA10 (which ships framework 15.04.4),
please change your application manifest to require framework 15.04.4
instead of 15.04.5 :)

Let me know if that helps :)

Andrea


> how can i get this to stop, i need to create this app then work on it
> more to add the features i need, ive got a list of web apps im wanting
> to upgrade and then im moving onto qml apps but this is putting a
> blocker on it. Please can somebody tell me a fix.
>
> Also can somebody send me the link to the SDK click on the ubuntu
> tablet so i can test it, the click i have installed just doest start. I
> seen there was a link for a click that will load so at least i can take
> a look at it.
>
> Ive tried installing the click manually on the phone emulator but it
> doest work just has same above error. Please can somebody help on this
> i just want to get on with creating apps for the phone and tablet.....
>
> Regards
> Wayne :)
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to     : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>

References