I'm a newbie, It took a lot of effort and online searches for me to understand till here. I'm on my way of completing an app. Used to check on python compiler itself. But wondered if it runs on android phones. So created an AVD (i don't have an android phone). Now, I can configure, build the app (release install) and and i can even find my app in the AVD with my icon. But when i click on it, a black screen opens. When I run the app in python i can play it on windows. But not in AVD, this means I cannot run it on android phones right? Am I doing something wrong? Pls guide me. I made sure the resolution in my code and AVD is same.
Asked
Active
Viewed 63 times
0
-
So you made an application in Python that you want to run on Android? – ThaMe90 Jun 12 '13 at 09:27
-
What's LogCat saying about? Got all done what this site says: http://possiblywrong.wordpress.com/2012/06/16/python-on-android/ – Marvin Emil Brach Jun 12 '13 at 09:37
-
ya using pygame subset for Android! – user2477651 Jun 12 '13 at 10:04