I've tried to implement expansion file to my application according to the Android Developer's guide<http://developer.android.com/google/play/expansion-files.html#Downloading>, but I've got some erros while copying their code :
boolean expansionFilesDelivered() { > for (XAPKFile xf : xAPKS) { //XAPKFile cannot be resolved to a type > //xAPKS cannot be resolved to a variable > String fileName = Helpers.getExpansionAPKFileName(this, xf.mIsBase, xf. > mFileVersion); > if (!Helpers.doesFileExist(this, fileName, xf.mFileSize, false)) > return false; > } return true; > } And also with this : mDownloaderClientStub.getMessenger() //cannot be resolved And this : if (!expansionFilesDelivered()) { //The method expansionFilesDelivered() is > undefined for the type MainActivity -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.