Questions tagged as 'android-manifest'

1
answer

Activity not found

I deleted the MainActivity and created 2 Layouts. One with a name of activity_acessar and activity_menu . But when I run it displays the following message.    Error running app: Default Activity not found. Andro...
asked by 09.01.2017 / 21:06
1
answer

Error trying to generate signed APK. What can be wrong?

<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <use...
asked by 06.06.2017 / 03:41
1
answer

Error in AndroidManifest.xml 'class' or 'interface' excepted

I did some bullshit and Manifest does not recognize the name of the Activity <activity android:name=".Login" android:label="@string/app_name" android:theme="@style/AppTheme.NoActionBar"> <intent-filter...
asked by 21.04.2017 / 02:54
2
answers

Fix the error in XML

My apps made in Android Studio 2.2.2 give XML error. The classes become unreported. I already asked such a question here but did not have the specified error. the error that appears in Logcat is this:    Invalid ranges during formatting...
asked by 16.11.2016 / 01:51
1
answer

Insert aws KEY API (amazon)

I'd like to know where to insert the Amazon KEY API into my android project. I will use a database installed on Amazon to record and fetch my data. Follow my gradle: dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) t...
asked by 25.06.2016 / 17:51
1
answer

How to configure the test permission in AndroidManifest?

I have a question to give permission to test in an android application. I created a test case but when running the following appears on the console:    does not specify a android.test.InstrumentationTestRunner   instrumentation or does no...
asked by 05.05.2015 / 16:46
1
answer

App Bar does not appear

In fact it even appears in the program, but not in the simulator Following the Java code public class Perguntar extends AppCompatActivity{ @Override protected void onCreate (Bundle savedInstance) { super.onCreate(save...
asked by 03.08.2018 / 18:51
0
answers

Error manifest service

I need to work with notifications so I added the permissions of service user permission and receiver so I do not know if it's in the right place if they can help me fix it if I have something wrong <uses-permission android:name="android....
asked by 09.07.2018 / 20:09
0
answers

Error in Manifest file

My manifest file in the \app\build\intermediates\manifests\full\debug\AndroidManifest.xml folder is giving the error:    "unknown element found" But in the Manifest of the default folder ( \app\src\main\AndroidManifest.xml...
asked by 10.06.2018 / 02:03
0
answers

Do I have any risk in using parentActivity in the manifest of my android application?

I have an activity with a text about terms of use. It can be called through a menu and opened directly. So for this reason I put the activity in parentActivityName in the manifest so that when it is open the arrow will appear to return to the...
asked by 16.03.2018 / 06:46