Below are the websites we can use to download apk from websites directly.
This is usefull when the application is not available in your country.
https://androidappsapk.co
https://apkpure.com
https://apps.evozi.com/apk-downloader/
Friday, March 16, 2018
Tuesday, August 29, 2017
Find Mobile SDK's used in the Application
Check this website to see what sdk's are used in the mobile application.
https://www.appsight.io/
https://www.appsight.io/
Tuesday, July 19, 2016
Unable to Phone Call from App - href=“tel:123” in IOS Ionic and Phonegap
Just add below in config.xml file.
Thursday, July 7, 2016
Could not create the Java Virtual Machine - Ionic
Getting error when trying to run app on android device using ionic run android.
"could not create the java virtual machine".
Solution :
Create gradle.properties file in this location C:\Users\username\.gradle
and add a line org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=256m in the file.
Now try again.It should work.
"could not create the java virtual machine".
Solution :
Create gradle.properties file in this location C:\Users\username\.gradle
and add a line org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=256m in the file.
Now try again.It should work.
Monday, May 23, 2016
Visual Studio 2015 Cordova Project Debug issue
Unable to dubug the cordova project in Visual studio 2015.
To resolve follow below steps
To resolve follow below steps
- Close all VS instances
- cd %appdata%\Local\Microsoft\Phone Tools” (C:\Users\{UserName}\appdata\Local\Microsoft\Phone Tools )
- rename CoreCon folder
- Launch VS again.
Subscribe to:
Posts (Atom)