remvee / android-mode

Emacs minor mode for Android application development
GNU General Public License v3.0
220 stars 57 forks source link

adb shell am start needs a dot after slash #36

Closed felipebueno closed 10 years ago

felipebueno commented 10 years ago

Like this: adb shell am start -n your.package.name/.activityname

felipebueno commented 10 years ago

ops

felipebueno commented 10 years ago

there is something wrong... please, ignore this PR :P

felipebueno commented 10 years ago

oh, there's nothing wrong... I think Github editor messed with some spaces in the file. That's why there are two diffs.

:)

remvee commented 10 years ago

I can't reproduce the problem you're are having. Starting an activity from the current master works fine but your branch does not work on my projects. It seems like android-project-package fails to determine the project package name in your case.

felipebueno commented 10 years ago

Sorry, I'm new to Android development.

I think it was something with OpenJDK... I'll try it with Oracle Java.

remvee commented 10 years ago

I am using OpenJDK too.