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
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 exactly the same like the one defined in the Layers Strings (LayersName) only without spaces
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)