eclipse: turning folder hierarchy into a package -


i have following folder hierarchy in eclipse. turn folder hierarchy com/google/api/services/samples/calendar/android package (the folder icon gift box inside src folder, , right below single folder gift box icon rather many standard folders 1 inside other). how can achieve this?

enter image description here

in above picture want package directory structure 1 above single package icon: com.google.package.gms.auth.sample.helloauth

thanks.

when running code getting runtime error whereby class name specified in androidmanifest.xml not being found. fixed problem right-clicking on project , creating new -> package source folder named "src".

regards.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -