Tell us about yourself!
- raheel78 commented on prayag nao's instructable How to make an android mobile game ?
- raheel78 commented on prayag nao's instructable How to Make an Android Mobile Game ?View Instructable »
Hi, I am unable to download the code files? Can you please check? Also, the steps for android file resource addition are not detailed, seems you have written this for someone expert at android!
Can I run this in the studio emulator before running on my mobile? I am seeing some issues in making the project which are related to finding the image files in drawable.Error:Execution failed for task ':app:mergeDebugResources'.>/Users/raheel/AndroidStudioProjects/Pinball/app/src/main/res/drawable/FOCOTDLIM0VQGUF.MEDIUM.jpg: Error: 'F' is not a valid file-based resource name character: File-based resource names must contain only lowercase a-z, 0-9, or underscore.
Also, I have two images less than what you have shown on the screenshot. I have only one image for settings button, no image for play button. Seems image names and types (png or jpeg) is the issue in rendering xml resources, isn't it?