开发者

Weird Message in Android Emulator

I keep getting this weird error message every time I'm testing my app on the Android emulator. It pops up every few seconds non-stop and constantly interrupts me. It's really annoying and I have no clue how to get rid of it, or what it even says. I guess it's in German but I tried translating it using Google, and made no sense of the body, only the title which barely made any sense.

Does someone know how to fix this problem?

Link to image: http://oi54.tinypic.com/v4bcqv.jpg I'm a new user so I can't post images

*EDIT: I tried uninstalling all the applications I created from the emulator. The message is still there. Below is my manifest file (which someone said might be the cause of the problem): *

<application android:icon="@drawable/icon" android:label="@str开发者_如何学编程ing/app_name" android:debuggable="true" android:enabled="true">
    <activity android:name=".QuizSplashActivity"
              android:label="@string/app_name">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />
            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
    <activity android:name="QuizGameActivity"></activity>
    <activity android:name="QuizHelpActivity"></activity>
    <activity android:name="QuizMenuActivity"></activity>
    <activity android:name="QuizScoresActivity"></activity>
    <activity android:name="QuizSettingsActivity"></activity>

</application>

PROBLEM FIXED: apparently all I had to do was replace the AVD with a new one


hey, this is dutch and not german language. i also typed it in the google translator and thats what came out:

"Care, because the application component is enabled. malicious applications can use this to key phone functions off. an authorization must be carefully considered, since application components unusable, inconsistent, or could become unstable."

guess that can be caused by a missing entrance in the manifest file or something like that. hope the better translation can help you a bit.


That is extremely weird, I've never seen anything like that before. Few questions to try and help you troubleshoot:

Does this happen with only one of your applications?

Are you using any third-party libraries?

When you try to run the application from a different computer, do you have this problem?

Is this only on the emulator or when you try to run it on your phone too?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜