Skip to content

Commit

Permalink
Update HelloWorld.smali
Browse files Browse the repository at this point in the history
-o option does not seem to work with latest smali version.
Hence modified first command in comments section.
  • Loading branch information
shivang1989 authored and JesusFreke committed Mar 8, 2022
1 parent 8533431 commit 891703d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/HelloWorld/HelloWorld.smali
Expand Up @@ -3,7 +3,7 @@
#Ye olde hello world application
#To assemble and run this on a phone or emulator:
#
#java -jar smali.jar -o classes.dex HelloWorld.smali
#java -jar smali.jar a -o classes.dex HelloWorld.smali
#zip HelloWorld.zip classes.dex
#adb push HelloWorld.zip /data/local
#adb shell dalvikvm -cp /data/local/HelloWorld.zip HelloWorld
Expand All @@ -24,4 +24,4 @@
invoke-virtual {v0, v1}, Ljava/io/PrintStream;->println(Ljava/lang/String;)V

return-void
.end method
.end method

0 comments on commit 891703d

Please sign in to comment.