Using relative paths is fine.
The path is separated by a dot, rather than a slash.
android:name=".one_path_level_down.MainActivity"
android:name=".one_path_level_down.DetailActivity"
The top level is the package level in your manifest file in the "package=". Something like the following: