Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
6ba7b7d2b4
1 changed files with 7 additions and 1 deletions
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -17,7 +17,7 @@ tns debug <platform> --bundle
 
 # Build, watch for changes and run the application
 
-```
+
 
 npm install nativescript@6.5.1 -g
 npm remove -g nativescript
@@ -29,8 +29,14 @@ ns run <platform> --bundle
 
 ns build android
 
+tns plugin remove nativescript-geolocation@4.5.0
+tns plugin add nativescript-geolocation@3.0.1
 
 
+tns run android
+tns debug android --start
+```
+
 ## 安装插件