Ls: no such file or directory: Error: No Java files found that extend...
I am getting this error while building apk. ls: no such file or directory: C:\ionic\RandText\platforms\android\src\kapoor\RT*java. Error: No Java files found that extend CordovaActivity.
View ArticleCordova app console.log not showing in the xcode
Console logs appear in the console. You have to use remote debugging to see those. Follow these instructions here to debug the problem in Safari dev tools:...
View ArticleGeolocation Plugin doesn't work on Android
@jaydz Yes, I do call my location functions from within ionViewDidLoad - I omitted that from my sample as it was already mentioned higher in the post. The call-stack is basically ionViewDidLoad -->...
View ArticleIonic Serve SyntaxError: Unexpected end of JSON input
npm 1.4.9? This doesn't sound right. You should install a current LTS nodejs verison that includes a 3.x npm version.
View ArticleDelete ionic 3.3.0 and work with ionic 1
No, the last version of the CLI that supported that command was 2.2.3. But I don't really understand why you need those, the new CLI has new commands that do the same jobs.
View ArticleIonic Cloud - Package Android Failed
Search for your error message "Error: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK." here in the forum and read one of the lots of posts about this and Ionic...
View ArticleHow to use a custom cordova plugin in ionic 3.x?
Nothing changed in handling of Cordova plugins from Ionic 2 to Ionic 3.
View ArticleHow can I make a wrapper of cordova plugin which is not supported in Native...
Look at how Ionic Native does it with any plugin, do it the same way. Install in your project, done.
View ArticleBuild for IOS on Mac
This exists: https://ionicframework.com/docs/intro/deploying/#ios-devices
View ArticleServices in Form validation
Please edit your post and use the </> button above the post input field to format your code or error message or wrap it in ``` ("code fences") manually. This will make sure your text is readable...
View ArticleCannot set property 'id' of null
Add a console.log(this.currentBill) before you set the id - probably this is empty and didn't work.
View ArticleGeolocation Plugin doesn't work on Android
No, you're right. I posted too quick. I'm calling from this.platform.ready also. Had to take a second look. And actually, I'm running my this.geolocation.getCurrentPosition() like so:userCoordinates:...
View ArticleTabpage "tabs" not highlighting when selected
Any tips for finding those? Or maybe a ham-handed workaround? I'm about to go into the ionViewDidLoad() event and force a this.tabRef.select(x)
View ArticleIon-input not working inside a modal View ionic 2 (android)
Your post is unreadable. Please edit your post and use the </> button above the post input field to format your code or error message or wrap it in ``` ("code fences") manually. This will make...
View ArticleemailComposer doesn't work
Did you follow step 2 from the installation instructions? https://ionicframework.com/docs/native/email-composer/Also example shows to work with the return value of isAvailable which probably can also...
View ArticlePush notification not work
Hi,I'm following all the steps described in the ionic documentation for send pushes section (https://docs.ionic.io/services/push/#handling-notifications ). But when I play the app at Android Studio...
View ArticleIonic native POST sending no data
Related: Is there a reason why you want to use Native HTTP and not jsut Angular's http?
View ArticleInstall ionic mac
alfreedo1110: iMac-de-TALLERMAC1:Users TALLERMAC1$ sudo npm install ionic@legacy Where did you get this command from? Adding -g to install the CLI globally will probably fix your problem.
View ArticleLoading js script stuck on device
I see a screenshot with no information helping me to understand the problem you describe. Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in...
View ArticleIonic3 background geolocation real-time in bdd
kydenz: API:- Symfony 3- Doctrine- Mysql You can build apps for millions of users with this stack - and you can build software that crashes with 1. kydenz: And best for the battery / data consumption...
View Article