I have an error while trying to run the Signal application for Android. The error is as the following :
error: incompatible types: Fragment cannot be converted to SupportMapFragment
SupportMapFragment mapFragment = (SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map);
And it is found in the PlacePickerActivity.java
in the following line :
SupportMapFragment mapFragment = (SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map);
Can someone help me with this?