Quick question…

In this specific case i’m trying to find more about the crash. The chip is a 
Rockchip RK2906

http://www.cnx-software.com/2012/08/18/60-rockchip-rk2906-cortex-a8-android-4-0-tablets/
 
<http://www.cnx-software.com/2012/08/18/60-rockchip-rk2906-cortex-a8-android-4-0-tablets/>

What kind of arm version is this? Can’t find that info anywhere. Probably I 
don’t know what search for.

Regards,

Nuno

> On 24 Mar 2015, at 11:34, Nuno Santos <nunosan...@imaginando.pt> wrote:
> 
> Thanks for the insights!
> 
> Regards,
> 
> Nuno
> 
>> On 24 Mar 2015, at 11:31, Harri Pasanen <ha...@mpaja.com> wrote:
>> 
>> Forget about armv5, those devices are low on memory and cheap, but any 
>> bad performance will still be attributed to you app and result in bad 
>> reviews.
>> 
>> So build for armv7 and x86.   The latter should have the same version 
>> name, but higher version code.   That way the x86 device will load the 
>> x86 apk and not the arm one.
>> (if the arm apk has a higher version code, it will be loaded also to x86 
>> devices, so don't do that.)
>> 
>> Hope this helps,
>> 
>> Harri
>> 
>> 
>> 
>> 
>> On 24/03/2015 12:23, Nuno Santos wrote:
>>> Should I compile my app for armv5, armv7 and x86 and upload all the APK’s?
>>> 
>>> I’m currently deploying for armv7 only.
>>> 
>>> I have people telling me that the app crashes during startup without any 
>>> kind of indication and I can’t tell what is exactly is causing the crash.
>>> 
>>>> On 21 Mar 2015, at 18:15, Thiago Macieira <thiago.macie...@intel.com> 
>>>> wrote:
>>>> 
>>>> On Friday 20 March 2015 19:40:27 Nuno Santos wrote:
>>>>> I'm not running. This is what I receive from google crash reports.
>>>> Then you're making your users run ARM binaries on x86. Compile your
>>>> application for x86 too and upload it to google.
>>>> 
>>>> -- 
>>>> Thiago Macieira - thiago.macieira (AT) intel.com
>>>> Software Architect - Intel Open Source Technology Center
>>>> 
>>>> _______________________________________________
>>>> Interest mailing list
>>>> Interest@qt-project.org
>>>> http://lists.qt-project.org/mailman/listinfo/interest
>>> _______________________________________________
>>> Interest mailing list
>>> Interest@qt-project.org
>>> http://lists.qt-project.org/mailman/listinfo/interest
>> 
>> _______________________________________________
>> Interest mailing list
>> Interest@qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
> 
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to