суббота, 6 февраля 2016 г., 21:24:40 UTC+3 пользователь Vitaly Fadeev 
написал:
>
> I have a problem, while publish my application in google play.
> There is an  icon description in 
> AndroidManifest.xml :
>
> <?xml version="1.0" encoding="utf-8"?>
> <manifest xmlns:android="http://schemas.android.com/apk/res/android";
>     package="ru.thetheory.losscalculator"
>     android:versionCode="1"
>     android:versionName="1.0"
>     >
>     <application>
>         android:allowBackup="true"
>         android:icon="@drawable/loss_picture"
>         android:label="@string/app_title"
>         android:theme="@style/AppTheme">
>         <activity
>             android:label="@string/app_title"
>             android:name="ru.thetheory.losscalculator.StartActivity"
>             android:icon="@drawable/loss_picture">
>             <intent-filter >
>                 <action android:name="android.intent.action.MAIN" />
>                 <category android:name="android.intent.category.LAUNCHER" />
>             </intent-filter>
>         </activity>
>
>     </application>
>
> </manifest>
>
>
> There are files 
>
>
> res\drawable\drawable-hdpi\loss_picture.png          72x72
>
> res\drawable\drawable-ldpi\loss_picture.png          36x36
>
> res\drawable\drawable-mdpi\loss_picture.png          48x48
>
> res\drawable\drawable-xhdpi\loss_picture.png         96x96
>
> res\drawable\drawable-xxhdpi\loss_picture.png       144x144
>
> res\drawable\drawable-xxxhdpi\loss_picture.png      192x192
>
>
> in the project. 
>
>
> Pictures are displayed correctly  on the emulator, and on the  lenovo phones 
> ...
>
>
> But google play return error message "The is no image file in APK", when i 
> try upload it in google play ?
>
> What is  the reason of the error message ?
>
>
> I asked the question...
>
> I answer it...
I recreate the project in andoid developer studio and  after it play 
accepted the file...
I started my project about a half year ago... 
It seems, that something bacame wrong after uptate  andriod studio version 
 ,,,, 
May be, the problem is in gradle config file ,,, 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/23cae5ef-029a-4a70-abec-4af3153e4ee4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to