0
包括admob插件後,我的android應用程序凍結時,我退出它(Application.Quit)。 https://github.com/googleads/googleads-mobile-plugins/tree/master/unityUnity Admob插件 - Androidmanifest - 凍結退出
我發現插件導入的Androidmanifest導致了這種情況。
這裏是我在我的項目中的androidmanifests。 Unity在構建應用程序時通常將它們結合在一起。 http://imgur.com/a/76zaj
我還有我的Unity項目中的google play遊戲插件。
我構建了兩個應用程序,一個沒有androidmanifest(通常關閉)和一個。 是不同的,我認爲是相關的errormessages是:
E/WindowManager(794): Starting window AppWindowToken{42a89cb0 token=Token{42ba3760 ActivityRecord{421eece8 u0 com.grg.projectline/com.unity3d.player.UnityPlayerProxyActivity t25}}} timed out
I/Choreographer(8986): Skipped 62 frames! The application may be doing too much work on its main thread.
有誰知道什麼可能會導致此?