You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 132 of src/org/mythtv/client/ui/preferences/MythPreferenceActivity.java causes a compiler error due to the Build.VERSION_CODES.KITKAT while Amazon headers define only up to JELLY_BEAN.
Further the isValidFragment() routine is not defined in the Fire SDK based in 4.4.2.
Is there a way to correctly control this fragment such that it wont conflict with the KITKAT build for mainline Android builders?
The text was updated successfully, but these errors were encountered:
[EDIT] Ignore this, it was due to a maven/ADK/Eclipse config. I still cannot generate through the Eclipse tools, but command line invocation of the "package" goal works.
When commented out, and Android 4.2.2 or the Amazon Fire API selected, compilation works, however no binaries appear to be merged into the resulting APK file. I can install it through ADB, but of course it fails to find the main class object identified in the manifest to execute. I can find the Java .class files in the Eclipse navigator, so javac appears to be working correctly, so the issue must be somewhere in either the Maven target, or the Eclipse configuration that causes the resulting .class files to be added to the jar/apk file. Any suggestions?
Line 132 of src/org/mythtv/client/ui/preferences/MythPreferenceActivity.java causes a compiler error due to the Build.VERSION_CODES.KITKAT while Amazon headers define only up to JELLY_BEAN.
Further the isValidFragment() routine is not defined in the Fire SDK based in 4.4.2.
Is there a way to correctly control this fragment such that it wont conflict with the KITKAT build for mainline Android builders?
The text was updated successfully, but these errors were encountered: