Posts by Ade Wale

Show threads by Ade Wale
261 posts found, page 10 of 18

Ade Wale (In thread: {Solved} Output APK)
Hello,

If you are sure why not open a new issue in the plugin's project page?

Hi,

Cheers. I have posted the question and and I will get back soon as I get the answer.


Ade Wale (In thread: {Solved} Output APK)

Hi,
That is strange, although I saw another issue that might caused admob plugin not work at https://github.com/floatinghotpot/cordova-admob-pro/wiki/Difference-of-Plugin-IDs number 4.

Whereas all required tools are installed.


Ade Wale (In thread: {Solved} Output APK)

Hi,

Yes, I have gone through it. Another discovery for it not work is because I am using Android 5.xx that is why.


Ade Wale (In thread: {Solved} Output APK)

@tin: You are right, that is what I assume.

@David: what prerequisite android sdk are you referring to? I have all Extra tools SDK installed.


Ade Wale (In thread: {Solved} Output APK)

Hi,

What caused the issue is AdMob plugin.


Ade Wale (In thread: {Solved} Output APK)

Hi David,

It is not about YOU ARE HELP ME "(all the time)". I just want to keep you informing you about my findings. So that when other users encounter similar issues we will what is causing it. Without much saying from you, I can read the error message and diagnosed the issues.

I keep getting different error message by just rerunning: Strange indeed.

Adding android project...
Creating Cordova project for the Android platform:
Path: platforms\android
Package: com.afritelly.Demo
Name: Demo
Activity: MainActivity
Android target: android-23
Android project created with cordova-android@5.1.1
Fetching plugin "cordova-plugin-whitelist" via npm
Installing "cordova-plugin-whitelist" for android

This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do *not* need this plugin since the whitelist will be built in.

Fetching plugin "cordova-plugin-network-information" via npm
Installing "cordova-plugin-network-information" for android
Fetching plugin "cordova-plugin-admobpro" via npm
Installing "cordova-plugin-admobpro" for android
Fetching plugin "cordova-plugin-extension" via npm
Installing "cordova-plugin-extension" for android
ANDROID_HOME=C:\AndroidSDK\sdk
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_73

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':_debugCompile'.
> Could not find any version that matches com.google.android.gms:play-services-ads:+.
Searched in the following locations:
https://repo1.maven.org/maven2/com/google/android/gms/play-services-ads/maven-metadata.xml

BUILD FAILED

Total time: 12.108 secs
https://repo1.maven.org/maven2/com/google/android/gms/play-services-ads/
file:/C:/AndroidSDK/sdk/extras/android/m2repository/com/google/android/gms/play-services-ads/maven-metadata.xml
file:/C:/AndroidSDK/sdk/extras/android/m2repository/com/google/android/gms/play-services-ads/
Required by:
:android:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Error: Error code 1 for command: cmd with args: /s,/c,"C:\Users\MyPC\OneDrive\AB_Projects\Demo_Compiled\platforms\android\gradlew cdvBuildRelease -b C:\Users\MyPC\OneDrive\AB_Projects\Demo_Compiled\platforms\android\build.gradle -Dorg.gradle.daemon=true -Pandroid.useDeprecatedNdk=true"
Press any key to continue . . .


Ade Wale (In thread: {Solved} Output APK)

Hi,
Thanks for quick reply. I have done what you said, even to the extent of reinstalling cordova and all same problem remains. This is really frustration when I think I just want to get simple done.

At some point, I thought it was Windows 10 causing it.


Ade Wale (In thread: {Solved} Output APK)

Hi David,

After I update to version 2016.103 I started having this error message:

20 errors
FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

BUILD FAILED

Total time: 20.352 secs
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Error: Error code 1 for command: cmd with args: /s,/c,"C:\Users\MyPC\OneDrive\AB_Projects\Demo_Compiled\platforms\android\gradlew cdvBuildRelease -b C:\Users\MyPC\OneDrive\AB_Projects\Demo_Compiled\platforms\android\build.gradle -Dorg.gradle.daemon=true -Pandroid.useDeprecatedNdk=true"
Press any key to continue . . .

What could be the solution?


Ade Wale (In thread: Another Font Icon)

Awesome icons.
Thanks.


Ade Wale (In thread: How to sign our APK files to be published in the Google Play Store)
Hello,

Honestly I am not an expert in the "zipalign" tool so I am not sure if can help you... maybe a search in Google can provide you more effective help... anyway, you get some error message? This works for you in the past? Sorry if I can't tell you more right now...

Hi David,

I got it working. The problem was I was using old zipaligh file and after I changed it then it started working as expected.

Thanks


Ade Wale (In thread: How to sign our APK files to be published in the Google Play Store)

Hi David,

Step 4/4 is needed because it is use for rename our *apk file for example: android-release-unsigned.apk is always default name and I need to keep the signed *.apk file for internal test.

Therefore, I need to rename all my apk files for keep.

For unknown reason step 4/4 is not working for me.

Thanks


Ade Wale (In thread: {Suggestion} WYSIWYG Html Editor)

Hi David,
What about DevExpress VCL? Will it make a difference?


Ade Wale (In thread: {Suggestion} WYSIWYG Html Editor)

Hi David,

These are http://www.trichview.com/features/scalerichview.html https://sourceforge.net/projects/embeddedwb/ and http://www.wpcubed.com/pdf/products/wptools/ what I have used in Delphi.

Thanks


Ade Wale (In thread: sqlite javascript)

Hi romarom,

Maybe this might be useful for you:

SQLite compiled to javascript

https://github.com/kripken/sql.js/ and


Reading a Sqlite database using client-side javascript

http://captaindanko.blogspot.co.uk/2014/05/working-with-sqlite-database-using.html


Ade Wale (In thread: {Solved} Missing Generated *.bat Files)
lHelo Ade,

A rare scenario, since App Builder don't use Node nor Android SDK nor internet connection. in order to generates the BAT files for Apache Cordova. In fact they don't need Apache Cordova to do that. Probably is a problem with the write permissions and the directory in which your application is placed, but again, App Builder does not require admin privileges at all... in normal circumstances...

Hi David,

Really true. Strange behavior on what is going on in Windows 10. After I created profile and re-installation of others things everything worked fine.

Thanks

Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.

This website uses some useful cookies to store your preferences.

I agree. Hide this note. Give me more information.