Dev Tech
Dev Tech
Try: edit below line in DraggableView draggable_view:top_view_id="@+id/frameLayout_videoView" to draggable_view:top_view_id="@+id/activity_video_layout"
XAMPP 503 Error when directory named "examples". I confirm the same behaviour for Drupal 7 on XAMPP 1.7.4 even without TomCat installed: the parts of Examples module end up showing...
Edit config file: platforms/android/cordova-plugin-gcmpushplugin/appointment-build-extras.gradle Replace by below lines: ``` apply plugin: 'com.google.gms.google-services' buildscript { repositories { jcenter() } dependencies { classpath 'com.google.gms:google-services:3.0.0' } } dependencies { compile "com.google.android.gms:play-services-gcm:9.0.0" } ```
Edit config file: platforms/android/cordova-plugin-gcmpushplugin/appointment-build-extras.gradle Replace by below lines: ``` apply plugin: 'com.google.gms.google-services' buildscript { repositories { jcenter() } dependencies { classpath 'com.google.gms:google-services:3.0.0' } } dependencies { compile "com.google.android.gms:play-services-gcm:9.0.0" } ```
Try: In ImageCache.php file: search words:"docroot_to_url($src = null)", then replace "$image_url = $url . substr($image_path, 1);" to "$image_url = '/'. substr($image_path, 1);" good luck