• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Problem when launching my application

Moudak0969

Lurker
Hello I'm a total beginner in App programming and so I made a little app myself but there is a problem.
I have a Splash screen that launches with the app and then is supposed to launch a main.class
However, because of my quite small knowledge, I can't see where the problem comes from and I also don't know how to debug it (when debugger runs it finds nothing) so I really don't know and I'd need help it may miss one or more files I'm sorry but I have no clue.

You can download all the files here : http://www.mediafire.com/download/ffto1vmg2hgckrd/QuentApplication.rar

(I do not care what you do with those files)

Thanks for the help :)
 
@Moudak0969

I took a quick look at it, well actually I went straight to the AndroidManifest.xml. I noticed that you declared your splash class, but not the main class in your manifest. You need to declare all your classes in the manifest if not they won't be executed.

Only times I haven't had to declare a class in the manifest is if it's some type of helper class, but that's a subject for another day.
 
Back
Top Bottom