C
C
Chvalov2014-12-19 19:14:26
Android
Chvalov, 2014-12-19 19:14:26

How can you test your android project on all versions of android?

Hello, tell me how you can quickly test your apk on versions ranging from 2.2 to 5.
I understand that you need to specify the minimum api version for android 2.2 and it will work on lower versions of the OS.
But how to make sure that it will work correctly on all versions.
Do not offer an option with emulators - you can grow old.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
StanKo, 2014-12-23
@Chvalov

Yes, Google's emulators are terrible. But there is an alternative - Genymotion - I highly recommend their emulations, but forget about Google ones altogether, although they also have some kind of optimization for Intel processors, such as HAXM emulations, which supposedly work faster.
As for services, there is also a testobject - here you can test it yourself, but for a fee, appthwack , well, if you haven’t been banned on Google, then you can still find them.

V
Vladimir Abramov, 2014-12-19
@kivsiak

No way for free. Miracles don't happen. Look towards www.applause.com for similar services.

M
Maxim Timofeev, 2017-05-03
@Frank2205

maybe because you don't have an input variable?
something like this is expected:
var input = $(this);

F
Frank2205, 2017-05-03
@Frank2205

$('.video input').change(function(){
    var b=$(this).val();
    $('#i354').attr('src', b);
    
});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question