android - phonegap app installed but not visible in the apps menu -
I use PhoneGap 3.3.1 CLI to create an app and install it on my Android device (Samsung S3)
I am doing
I checked my existence with the command - ADB Shell Evening List Package
This command is a list of packages and my new app package is showing there. App does not appear in the menu Help please help find out what is wrong.
Update: This only works on emulators, not on any other device (Nexus 4 and my own device is checked on S3
Update 2: App Works on a mobile device. I'm putting it on Google Glass device, it gives a new error, says logcat below -
* 02-18 14: 49: 12.266 : D / Cordova Activity (2639): Cordova activity .onCreate ()
02-18 14: 49: 12.282: I / dalvikvm (2639): method org.apache.cordova.CordovaWebView.setWebContentsDebuggingEnabled not found S Referred to the method org.apache.cordova.Cordova WebView.setup
02-18 14: 49: 12.282: W / DualWiki (2639): VFY: Unable to resolve static method 4774: Lorg / Apache / Cordova / Cordova web view;. ContentWeb Content debugging enabled (Z) V
02-18 14: 49: 12.282: D / DualWiki (2639): VFY: Oxx 0x71 replaced at 0x00ba Doing 02-18 14: 49: 12.321: D / Cordova webview (2639): Running on device created by Cordova webview: Google
02-18 14:49: 12.329: D / JSMS QU (2639): Set Native-> JS mode 2
02-18 14: 49: 12.329: D / Cordova Activity (2639): Cordova Activity.init ()
02-18 14: 49: 12.337: D / Cordova webview (2639): >>> Load URL (file: ///android_asset/www/index.html) 02-18 14:49: 12.344: D / Plugin Manager (2639): init ()
02-18 14: 49: 12.368: D / Cordova webview (2639): >>> Load URL ()
02-18 14: 49: 12.368: I / Cordovialog (2639): Change Log Level DEBUG (3)
02-18 14: 49: 12.368: I / Cordovialog (2639): Start Found Page rank : Index.html
02-18 14: 49: 12.368: D / Whitelist (2639): Unlimited access to network resources
02-18 14: 49: 12.368: D / Cordova activity (2639): Resume the app
02-18 14: 49: 12.368: D / Cordova activity (2639): CB-3064: Error url is
< / Div>
Can you actually start the app on your device? If you click run-> adenoids in the apppages, do you see a pop up in logcat in the process of building and eclipse in the console?
When I launch my app, it will always appear on the home screen when the menu button is pressed to jump back to the home screen is selected.
If it does not appear on your home screen, then there should be a problem with your deployment. I think you use USB cable to connect to your device. Check if you have permission to connect to your PC & amp; Deployed with your device The first time you plug in your USB cable, your device asks you to allow you to connect to your PC. For this you have to enable Developer Mode on your device. To enable Dev mode on your S3, go to the device's information and press the build element (one with the build version) 7 times, then enable the Dev mode. After this, regulinate the USB cable and allow your PC. If you did earlier, then canceled the list of allowed PC and Reaginin, it helps me after fixing a communication problem.
Sometimes it can help you restart your device and repeat the steps above.
But basically you should get an error message on your console & amp; Logcat
Comments
Post a Comment