Skip to content

8. Often Encountered problems

Niklas Schnettler edited this page Feb 9, 2016 · 2 revisions

##The heroimage isn´t displayed: Make sure that the package name of your app is the same in the Project Structure (ex. Java/com/Schnettler/exampleUI), the android manifest (packageName, 3rd line, ex. com.schnettler.exampleUI) and in the build.gradle (ApplicationId, line 8, ex: com.schnettler.exampleUI) *right click and open th images in a new tab to get a bigger version of them.

##My overlays don’t get installed:

a) Make sure that the naming of the zip files and the Overlay apk´s is correct.

Zips: ThemeName_General.zip, (ThemeName_AColor.zip)

Apk´s: ThemeName_AppWhichGotOverlayed
Be aware: The ThemeName has to be without spaces (use _ instead)

Example: The theme is named HeX
LayersName = “HeX” (Manifest)
Zips: HeX_General.zip, HeX_Blue.zip, HeX_Green.zip
Apk´s: HeX_Dialer.apk, HeX_Contacts.apk

---> The beginning of the file names has to be exact the same as the ThemeName defined in the ThemeName string

b) Make sure that the packageNames are the same (see above)