Questions tagged [android-developer-api]

API for android developers to access various settings

This tag mainly used to separate android developers API related.

Such as user setting and other APIs

List of APIs and classes for android developers :

Related Tags :

439 questions
0
votes
1 answer

Android SDK API 22 to API 21

I loaded Android 5.1.1 (API 22) when I initially downloaded Android Studio I want to go to 5.0.1 (API 21) do I need to uninstall all the API 22 tools and files?
jflesn
  • 3
  • 2
0
votes
0 answers

Finding people with similar parameter around you android app

So I'm currently working on an android app for a class project which essentially matches users who use the app to other users in vicinity that have similar interest inside the app as well. So the basic idea is, PersonA open up my app and there is a…
0
votes
1 answer

Do I have to register my Chromecast device to develop an app that only uses the Default Media Receiver?

I'm working on an Android app that will simply play a video (from the web) on my Chromecast device. For this purpose I'm fine with just using the Default Media Receiver mentioned here, in which case I don't have to register my app to develop it.…
0
votes
2 answers

Tool to Check if code contains higher API calls than minimum level

I am working with a large project, which has a minimum API level:16. however, I came across API usages that are above API level 16. Is there any tool in Android studio or elsewhere, other than testing with a device, to check if the code doesn't…
rgv
  • 1,186
  • 1
  • 17
  • 39
0
votes
1 answer

How to access files in file:///android_assets/?

Is it possible to access the files inside file:///android_assets/ of an installed android application(in emulator or actual device) through DDMS or any other tool? If yes, how?
shri ram
  • 103
  • 1
  • 8
0
votes
0 answers

Android Design Guidelines

I am doing a new Android App and need to know the latest design guidelines or methodology. Can any one help me with useful links. As I have created almost 8 apps but not sure of designs and I googled a lot about it but still dint get thro any clear…
Munchoo
  • 313
  • 1
  • 7
  • 22
0
votes
1 answer

SDK Manager in Android studio not opening when clicked on inside Android studio

I am experiencing difficulties when opening the SDK Manager in Android Studio. when i click the sdk manager icon in Android Studio a small window saying starting sdk manager it loads then nothing happens. I have set my environmental Variables and…
0
votes
1 answer

Android localhost error

I am trying to get this project running on my development pc. But when I am trying to register a new user this is the error that I am being thrown by the logcat (attached is the logcat error log for the session) This is the tutorial that I am…
JackyBoi
  • 2,695
  • 12
  • 42
  • 74
0
votes
1 answer

If you cancel an in-app subscription with Google Developer API, is a refund issued?

This answer looked promising, but I found it confusing. Does canceling a user subscription through merchant console/API refunds him money? One person says: Canceling a subscription will only prevent the recurrences from occurring and enable you to…
-1
votes
1 answer

Android Studio - INSTALLATION DID NOT SUCCEED

How to Fix This Error while using physical device as emulator.....??????? Installation did not succeed. The application could not be installed: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED List of apks: [0]…
-1
votes
1 answer

id reference is showing error and not giving import option

my image View id is showing an error, probably not importing... this is my xml for Image View...
-1
votes
1 answer

Examples of Potentially Harmful Applications to test SafetyNet Verify Apps API

I want to test the behavior of listHarmfulApps() under SafetyNet Verify Apps API which obtains a list of any known potentially harmful apps that the user has installed on their…
-1
votes
1 answer

I build an app in Android Studio i made it apk then installed in phone

i can not open that app after installation i get summary error: java.lang.RuntimeException: Canvas: trying to draw too large(127844352bytes) bitmap. at android.view.DisplayListCanvas.throwIfCannotDraw(DisplayListCanvas.java:229) at…
-1
votes
2 answers

How fix dialog deformations when build to a lower OS version?

I am running my android app in my android phone which is OS 8.1 Oreo and it seems no problem with the dialogue, but when i install/build to other phone which is android lollipop the dialogue deform to its original size. See image below. Please click…
-1
votes
3 answers

R file is missing?

R file is missing in android. I had tried many solutions like clean project, rebuild project, sync Gradle but couldn't fix it.