Please make sure you have a good internet connection,
first version of Ministro doesn't check all possible errors. To fix
this problem,
you need to clean Ministro's data or to reinstall it.
Cheers,
BogDan.
P.S. Soon this problem will be fixed, and we also move to another much
better infrastructure, so this king of issues will be avoided in the
future.
2011/3/17 favor <tan...@gmail.com>:
This happens because Ministro's can get its data, please try to
download http://ministro.licentia.eu/qt/android/armeabi/android-9/versions.xml
and see what happens.
Anyway I hope next week to have to move to the new infrastructure
complete and you'll be able to test your apps with Ministro.
Cheers,
BogDan.
2011/3/18 favor <tan...@gmail.com>:
2011/3/21 favor <tan...@gmail.com>:
> Hi, BogDan
>
> On Mar 19, 8:07 pm, BogDan Vatra <taipanroma...@gmail.com> wrote:
>> Hi,
>>
>> This happens because Ministro's can get its data, please try to
>> downloadhttp://ministro.licentia.eu/qt/android/armeabi/android-9/versions.xml
>> and see what happens.
>
> I researched into the ministro source code, and found that the URL of
> version.xml file you provided was not available.
>
Can you please share with us that URL ? It will help me a lot to find
the problem and fix it.
> private static URL getLibsXmlUrl(double version) throws
> MalformedURLException
> {
> return new URL("http://"+DOMAIN_NAME+"/qt/
> android/"+android.os.Build.CPU_ABI+"/
> android-"+android.os.Build.VERSION.SDK_INT+"/libs-"+version+".xml");
> }
>
> according to you source code, I found the version.xml file should be
> downloaded to "/data/data/eu.licentia.necessitas.ministro/files"
>
> # ls /data/data/eu.licentia.necessitas.ministro/files
> qt version.xml
>
> the download URL is not available, it's not strange that many people
> don't get the ministro work on its android phone;
>
> I solved this by manually, I found in you source code, there are
> libs-0.1.xml and versions.xml; I read that you parse the file format
> like libs-0.1.xml, not the versions.xml; so what you named the file
> confused me a little ( I mean, you named file as version.xml in
> source code, but the versions.xml file attached with source package is
> not the right format you parsed ).
>
> so, I copied libs-0.1.xml to /data/data/
> eu.licentia.necessitas.ministro/files, renamed it to version.xml( the
> name will be parsed by code )
>
> After that, Ministro work as normally, then , it download qt libs,
> and qt widgets shows.
>
> Thanks
Thank you,
BogDan.