[android-developers] Random IllegalStateException on some phone

2013-10-03 Thread Davide Moriello
Hi, some testers are reporting me this error on some smartphone and I really don't know what it is and how to fix it. Someone has an idea? Thank you java.lang.IllegalStateException: A fatal developer error has occurred. Check the logs for further information. at

[android-developers] Re: Random IllegalStateException on some phone

2013-10-03 Thread Davide Moriello
you =) Il giorno giovedì 3 ottobre 2013 12:21:44 UTC+2, Davide Moriello ha scritto: Hi, some testers are reporting me this error on some smartphone and I really don't know what it is and how to fix it. Someone has an idea? Thank you java.lang.IllegalStateException: A fatal developer

[android-developers] Re: Random IllegalStateException on some phone

2013-10-03 Thread Davide Moriello
Games ha scritto: That crash message says that there is further information in some additional log output. What does it say? On Thursday, October 3, 2013 5:21:44 AM UTC-5, Davide Moriello wrote: Hi, some testers are reporting me this error on some smartphone and I really don't know what

Re: [android-developers] Re: Random IllegalStateException on some phone

2013-10-03 Thread Davide Moriello
, in your Manifest file! On Thu, Oct 3, 2013 at 5:19 PM, Nobu Games dev.nob...@gmail.comjavascript: wrote: That crash message says that there is further information in some additional log output. What does it say? On Thursday, October 3, 2013 5:21:44 AM UTC-5, Davide Moriello wrote: Hi, some

Re: [android-developers] Re: Application mistakenly published

2013-07-08 Thread Davide Moriello
Hi Rmax, I have the same problem. I accidentaly uploaded my apk to prod and now I can not disable it. I want people to test my game but I don't want that everyone can see my app and play a very old alpha version :-( Someone has found a fix? Il giorno lunedì 8 luglio 2013 18:33:51 UTC+2, Rmax

[android-developers] GamesClient.Builder NoClassDefFoundError in runtime

2013-07-03 Thread Davide Moriello
Hi everyone. I'm trying to implement google play services in my new game for android. I have this code for init GamesClient mGamesClient = new GamesClient.Builder(context, connectedListener(), connectionFailedListener()) .setGravityForPopups(Gravity.TOP | Gravity.CENTER_HORIZONTAL)

[android-developers] New activity when I lock my screen

2013-01-30 Thread Davide Moriello
Hello, I'm developing an android app for some time now. Everything is going well. When I close my app with the home button and I reopen it there aren't any problems or crashes. But, when I have my app open and I lock my screen the app create a new istance of the activity and call again onCreate

[android-developers] Re: New activity when I lock my screen

2013-01-30 Thread Davide Moriello
Hi, thank you for trying to help me. My mainfest is this http://pastebin.com/RgNvES45 I don't know where to look :-( Il giorno mercoledì 30 gennaio 2013 15:54:37 UTC+1, lbendlin ha scritto: Check your manifest file for singleTop etc. On Wednesday, January 30, 2013 5:48:59 AM UTC-5, Davide

[android-developers] Re: New activity when I lock my screen

2013-01-30 Thread Davide Moriello
/activity-element.html On Wednesday, January 30, 2013 10:01:48 AM UTC-5, Davide Moriello wrote: Hi, thank you for trying to help me. My mainfest is this http://pastebin.com/RgNvES45 I don't know where to look :-( Il giorno mercoledì 30 gennaio 2013 15:54:37 UTC+1, lbendlin ha scritto

[android-developers] Re: New activity when I lock my screen

2013-01-30 Thread Davide Moriello
is sleeping. Il giorno mercoledì 30 gennaio 2013 17:06:43 UTC+1, Johan Appelgren ha scritto: What error do you get? On Wednesday, January 30, 2013 11:48:59 AM UTC+1, Davide Moriello wrote: Hello, I'm developing an android app for some time now. Everything is going well. When I close my app

Re: [android-developers] New activity when I lock my screen

2013-01-30 Thread Davide Moriello
the device. Can your code handle an orientation change without crashing? -- K 2013/1/30 Davide Moriello david...@gmail.com javascript: Hello, I'm developing an android app for some time now. Everything is going well. When I close my app with the home button and I reopen it there aren't any

[android-developers] MediaPlayer video not showing

2012-11-28 Thread Davide Moriello
hallo everyone, I have to play a video in my android app but I have some problems. I hear the audio but I don't see any video. The code is this: This is where the surface is created and the game starts. [...] public void surfaceCreated(SurfaceHolder holder) { level.playerholder = holder;

[android-developers] MediaPlayer video not showing

2012-11-28 Thread Davide Moriello
Hello everyone, I have this stupid problem with playing a video on my app (game). It's very easy. Just don't work. I'm 100% sure it's not the video codec because I have tried with a video that should work 100% sure. Uri srcPath = null; switch(startVideo){ case 1: srcPath