Apk not generated due to errors

42 views
Skip to first unread message

julien jacquart

unread,
Mar 15, 2016, 2:44:47 PM3/15/16
to AppToMarket
Hi guys,
I'm getting "ERROR: The new .apk was not generated due to errors" when I try to build my apk following this tutorial : https://baasapps.wordpress.com/2015/04/21/sidebar-side-menu/
I updated my manifest file, my keystore and all the xml files are where they should be.

Here is my manifest file :
<?xml version="1.0" encoding="utf-8" standalone="no"?>

<!-- ****
     **** Generated by AppToMaret on Tue Mar 15 19:41:23 CET 2016
     **** If you wish, you can update this file to your needs.
     **** If updating, it has to be done prior to clicking 'Create New .apk' button AppToMarket
     **** However, please make sure that your updates WILL NOT break the functionality.
     **** For example, removing permissions, could cause runtime exceptions
     ****
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="4"
android:installLocation="auto"
android:versionName="4.0" package="appinventor.ai_Julien_Zolli1.SideMenu">
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
    <supports-screens android:resizeable="false" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens=”true” android:anyDensity="false" />
<application android:debuggable="false" android:icon="@drawable/ya"  android:theme="@android:style/Theme.NoTitleBar"  android:label="SideMenu" android:name="com.google.appinventor.components.runtime.multidex.MultiDexApplication">
        <activity android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation" android:name=".Screen1" android:windowSoftInputMode="stateHidden">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
            </intent-filter>
        </activity>
        <activity android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation" android:name="appinventor.ai_Julien_Zolli1.SideMenu.Screen2" android:theme=“@style/Theme.myCustomTheme“ android:windowSoftInputMode="stateHidden">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
            </intent-filter>
        </activity>
    </application>
</manifest>
PS: I'm using an apk generated with the .aia from the tutorial

Boban Stojmenovic

unread,
Mar 15, 2016, 3:42:53 PM3/15/16
to AppToMarket
Den tisdag 15 mars 2016 kl. 19:44:47 UTC+1 skrev julien jacquart:
    <supports-screens android:resizeable="false" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens=”true” android:anyDensity="false" />


        <activity android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|orientation" android:name="appinventor.ai_Julien_Zolli1.SideMenu.Screen2" android:theme=@style/Theme.myCustomTheme android:windowSoftInputMode="stateHidden">    

<supports-screens android:resizeable="false" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true" />

 
seems like that quotation mark on my blog page changes to the left quotation mark instead of right quotation mark

android:theme=“@style/Theme.myCustomTheme should be android:theme="@style/Theme.myCustomTheme"

julien jacquart

unread,
Mar 16, 2016, 10:12:22 AM3/16/16
to AppToMarket
Thanks, it's working well now !

Boban Stojmenovic

unread,
Mar 16, 2016, 12:18:07 PM3/16/16
to AppToMarket
Great that it works for you...
Reply all
Reply to author
Forward
0 new messages