Skip to main content

Cordova Notifications Demo for the same, but I am getting an error.

https://forums.meteor.com/t/getting-error-while-running-cordova-notifications/42019
https://github.com/meteor/meteor/issues/4083


cd ~/.meteor/android_bundle/.android # To avd save directory
rm -rf avd # Delete the created avd
cd ~/.meteor/android_bundle/tools/android #To the android SDK directory
tools/android # Run the android SDK manager then create a avd call meteor in the android SDK manager
ln -s /home/$USER/.android/avd /home/$USER/.meteor/android_bundle/.android # link the avd in your home directory to meteor's directory
meteor install-sdk android # Add back the android platform

Comments

Popular posts from this blog

Meteor JS REST API

WRITE A POST Shahid Shaikh FOLLOW Engineer, Blogger from Mumbai. RESTful CRUD Operations in Meteor.js Published Dec 31, 2015 Last updated Jan 19, 2017 Introduction Meteor is a popular framework for building real-time web applications. We have already covered a tutorial which explains  how to build chat system using Meteor.js . In this tutorial, we will learn how to develop a RESTful API using Meteor which perform CRUD operations. Creating new project Create a new meteor project using the following command: meteor create appName Choose an application name of your choice. Once Meteor is done creating the project, you will see the directories and files created by Meteor in the folder name. We will not need them as of now, so we will delete all of those files and create whatever we need in the coming section. Installing iron-router In order to perform routing in Meteor, we will use  this awesome...

Unable to detect adb version, adb output: /home/bird/Android/Sdk/platform-tools/adb: 1: /home/bird/Android/Sdk/platform-tools/adb: Syntax error: Unterminated quoted string

29 down vote Ubuntu 14.04.3 LTS Got same error after update Android Studio and then Android SDK. [SOLUTION : Downgrade /platform-tools folder] Download this arch. :  https://dl-ssl.google.com/android/repository/platform-tools_r23.0.1-linux.zip Go to your Android SDK folder Remove old /platform-tools Insert downloaded from link above