We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Starting a new project

I followed the instructions in the getting started manual, specifically the section "Create your first Chart in Android Studio". It seems part of these instructions are only good for the remote repository. Can you provide the updated instructions for using the SFChart from local drive only.

Thanks
 

3 Replies

YP Yuvaraj Palanisamy Syncfusion Team August 24, 2016 01:35 PM UTC

Hi Haroon shah,   
 
Thanks for contacting Syncfusion support. 

Can you please make sure whether you have added below lines in your application’s build.gradle file. 

android { 
                  …….. 

    repositories {
        mavenCentral()
        flatDir {
            dirs
'libs'
       
}
    }
}

dependencies {
    compile fileTree(
include: ['*.jar'], dir: 'libs')
   compile(
name:'Syncfusion.SfChart.Android', ext:'aar')
}
 
 
Please refer the below link for more details, 


Thanks, 
Yuvaraj 



VO vondes July 4, 2017 09:05 AM UTC

I try to start a new project for create a mobile recorder https://mobilerecorder24.com/spy/mobile-phone.html what software i need for this? 



SP Saravana Pandian Murugan Syncfusion Team July 5, 2017 01:42 PM UTC

Hi Vondes,

Thanks for contacting Syncfusion support.

If you would like to target cross platforms (Android, iOS and UWP), you can use Xamarin.Forms platform. Please refer the following link for installation and guidelines.

Link: https://developer.xamarin.com/guides/xamarin-forms/getting-started/  

If you would like to target Android OS alone, you can go with Xamarin.Android platform. Please refer the following link for installation and guidelines.

Link: https://developer.xamarin.com/guides/android/getting_started/  

If you would like to target iOS OS alone, you can go with Xamarin.iOS platform. Please refer the following link for installation and guidelines.

Link: https://developer.xamarin.com/guides/ios/getting_started/  

Please let us know if you need further assistance on this.

Regards,
Saravana Pandian M. 


Loader.
Live Chat Icon For mobile
Up arrow icon