我無法安裝apk文件到我的LG V10,而應用程序在Android模擬器上運行完美。我已經檢查來源不明,我使用的代碼,以防止調光 //防止屏幕變暗無法安裝apk文件的真實Android手機/
getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
我選擇生成Variant是調試。它得到了錯誤,如果我選稿:
Error: Fragments should be static such that they can be re-instantiated by the system, and anonymous classes are not static [ValidFragment]
這裏是我的搖籃:
defaultConfig {
applicationId "quiz"
minSdkVersion 14
targetSdkVersion 24
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
的FragmentActivity.java它是一種長。所以我希望你們讀完所有的東西。
我把它放在Google文檔中。我嘗試了10分鐘把它作爲代碼,但它出現了很多錯誤。
任何人都可以幫助我嗎?謝謝。
你有一個問題,你寫你的片段(ValidFragment)你可以發佈這個類的代碼的方式嗎? – petey
我只是把我的Fragment代碼放在Google驅動器上。你能看看並幫我解決這個問題嗎?謝謝。 – Joseph
把它放在你的問題 – petey