Execution failure report - Αναφορά αδυναμίας εκτέλεσης

[UPDATE Wednesday July 29, 2015] 
The problem in the code was at the third line of the MainActivity where I declared that the application should appear in landscape mode...

    setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
 
For a reason I do not understand that line created a memory overflow in some devices and the application was instantly crashed. I manage to find the faulty code by try and error when I created a Nexus 5 API 22 x86 virtual device and reproduce this situation.

The solution was to remove the above faulty line and type

        android:screenOrientation="landscape"
 
in the AndroidManifest.xml file.

I hope that the 1.0.25 version of Educational Difthera (published July 25) will run normally at all android devices. If this not the case please inform me in order to try to resolve the bad situation.

Σχόλια

Δημοφιλείς αναρτήσεις από αυτό το ιστολόγιο

Δωρεάν διάθεση της εφαρμογής

Educational Difthera changes name! Now, it is Teacher's virtual desk.